update docstring

This commit is contained in:
xmatthias 2018-06-18 22:34:28 +02:00
parent 488f1717a1
commit f7b46d5404

View File

@ -74,8 +74,6 @@ class Exchange(object):
"""
Initialize ccxt with given config and return valid
ccxt instance.
:param config: config to use
:return: ccxt
"""
# Find matching class for the given exchange name
name = exchange_config['name']