fixed typos in comments

This commit is contained in:
hroff-1902 2019-02-21 00:46:35 +03:00
parent d76dc3ca0e
commit 2aba9c081c

View File

@ -540,9 +540,9 @@ class Exchange(object):
input_coroutines = []
# Gather corotines to run
# Gather coroutines to run
for pair, ticker_interval in set(pair_list):
# Calculating ticker interval in second
# Calculating ticker interval in seconds
interval_in_sec = constants.TICKER_INTERVAL_MINUTES[ticker_interval] * 60
if not ((self._pairs_last_refresh_time.get((pair, ticker_interval), 0)