chore: fix typo in docstring

This commit is contained in:
Matthias
2026-01-08 07:14:26 +01:00
parent 1333cb3181
commit df8465a9f3

View File

@@ -2068,7 +2068,7 @@ class Exchange:
Can then be used as "rate * amount" to convert between currencies.
:param coin: Coin to convert
:param currency: Currency to convert to
:param: cached: Allow cached tickers, default True
:param cached: Allow cached tickers, default True
:returns: Conversion rate from coin to currency
:raises: ExchangeErrors
"""