Skip to content

Commit

Permalink
1.4.6: README.md: typo
Browse files Browse the repository at this point in the history
typing: improve python typing
  • Loading branch information
kaelzhang committed Dec 16, 2024
1 parent 1bc25a8 commit 4d7b380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ stock.directive_stringify('kdj.j')
And also

```py
from stock_pandas import
from stock_pandas import directive_stringify

directive_stringify('kdj.j')
# "kdj.j:9,3,3,50.0"
Expand Down
2 changes: 1 addition & 1 deletion stock_pandas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
cumulators
)

__version__ = '1.4.5'
__version__ = '1.4.6'

0 comments on commit 4d7b380

Please sign in to comment.