fix a typo in the description of get_ticker

This commit is contained in:
Jean-Baptiste LE STANG 2018-01-03 17:51:01 +01:00
parent a1ffa4497d
commit 050e73d960

View File

@ -66,7 +66,7 @@ class Exchange(ABC):
""" """
Gets ticker for given pair. Gets ticker for given pair.
:param pair: Pair as str, format: BTC_ETC :param pair: Pair as str, format: BTC_ETC
:param refresh: Shall we query a new value or a cached value is enought :param refresh: Shall we query a new value or a cached value is enough
:return: dict, format: { :return: dict, format: {
'bid': float, 'bid': float,
'ask': float, 'ask': float,