Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rochi88 committed Jul 30, 2024
1 parent 12cdadd commit 67a8c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bdshare/stock/trading.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def get_current_trade_data(symbol=None, retry_count=1, pause=0.001):
"""
get last stock price.
:param symbol: str, Instrument symbol e.g.: 'ACI' or 'aci'
:return: dataframecd
:return: dataframe
"""

for _ in range(retry_count):
Expand Down

0 comments on commit 67a8c63

Please sign in to comment.