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
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class Exchange(ABC):
"""
Gets ticker for given pair.
: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: {
'bid': float,
'ask': float,