mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-11 02:33:55 +00:00
fix a typo in the description of get_ticker
This commit is contained in:
parent
a1ffa4497d
commit
050e73d960
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user