Skip to content

Commit 76acf84

Browse files
author
Sam McHardy
committed
Fix spelling
1 parent 85f81fe commit 76acf84

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
@@ -697,7 +697,7 @@ def get_historical_klines(self, symbol, interval, start_str, end_str=None):
697697
698698
:param symbol: Name of symbol pair e.g BNBBTC
699699
:type symbol: str
700-
:param interval: Biannce Kline interval
700+
:param interval: Binance Kline interval
701701
:type interval: str
702702
:param start_str: Start date string in UTC format
703703
:type start_str: str

0 commit comments

Comments
 (0)