Fix typo in docstring

This commit is contained in:
Matthias 2023-01-24 07:21:36 +01:00
parent 078b430828
commit 6c0fa0dc1f
1 changed files with 1 additions and 1 deletions

View File

@ -2667,7 +2667,7 @@ class Exchange:
:param amount: Trade amount
:param open_date: Open date of the trade
:return: funding fee since open_date
:raies: ExchangeError if something goes wrong.
:raises: ExchangeError if something goes wrong.
"""
if self.trading_mode == TradingMode.FUTURES:
if self._config['dry_run']: