Skip to content

Commit

Permalink
fix: Typo in guide
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Skender <[email protected]>
  • Loading branch information
DaveSkender authored Apr 2, 2024
1 parent e3dfb86 commit 9c28bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ quotes_list = [
]
```
You can also use experiment with `numpy.vectorize()`, but we don't like it much. Its small performance gains aren't worth the added code complexity in this use case.
You can also experiment with `numpy.vectorize()`, but we don't like it much. Its small performance gains aren't worth the added code complexity in this use case.
For a quickstart that includes converting quotes from **Pandas DataFrame**, see our online _ReplIt_ code example for the [Williams Fractal indicator](https://replit.com/@daveskender/Stock-Indicators-for-Python-Williams-Fractal).
Expand Down

0 comments on commit 9c28bdd

Please sign in to comment.