Fix wrong/faulty docstring

This commit is contained in:
Matthias
2023-11-25 13:10:45 +01:00
parent 25ebdb4cb3
commit 67e81c9018

View File

@@ -1496,8 +1496,9 @@ class Exchange:
@retrier
def fetch_bids_asks(self, symbols: Optional[List[str]] = None, cached: bool = False) -> Dict:
"""
:param symbols: List of symbols to fetch
:param cached: Allow cached result
:return: fetch_tickers result
:return: fetch_bids_asks result
"""
if not self.exchange_has('fetchBidsAsks'):
return {}