From 67a8c63e714923f145fdc30abc846270879aca01 Mon Sep 17 00:00:00 2001 From: rochi88 Date: Tue, 30 Jul 2024 11:17:56 +0600 Subject: [PATCH] fix typo --- bdshare/stock/trading.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdshare/stock/trading.py b/bdshare/stock/trading.py index c9f6dd4..8c08178 100644 --- a/bdshare/stock/trading.py +++ b/bdshare/stock/trading.py @@ -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):