Skip to content

Commit f6b5f90

Browse files
author
Sam McHardy
committed
Fix package name
1 parent d58f3df commit f6b5f90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

binance/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ def get_klines(self, **params):
691691
def get_historical_klines(self, symbol, interval, start_str, end_str=None):
692692
"""Get Historical Klines from Binance
693693
694-
See dateparse docs for valid start and end string formats http://dateparser.readthedocs.io/en/latest/
694+
See dateparser docs for valid start and end string formats http://dateparser.readthedocs.io/en/latest/
695695
696696
If using offset strings for dates add "UTC" to date string e.g. "now UTC", "11 hours ago UTC"
697697

0 commit comments

Comments
 (0)