chore: fix typo in docstring
This commit is contained in:
@@ -2068,7 +2068,7 @@ class Exchange:
|
|||||||
Can then be used as "rate * amount" to convert between currencies.
|
Can then be used as "rate * amount" to convert between currencies.
|
||||||
:param coin: Coin to convert
|
:param coin: Coin to convert
|
||||||
:param currency: Currency to convert to
|
: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
|
:returns: Conversion rate from coin to currency
|
||||||
:raises: ExchangeErrors
|
:raises: ExchangeErrors
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user