Minor: fix typo in comment

Minor cosmetics. typo caught.
This commit is contained in:
hroff-1902 2019-09-26 02:04:48 +03:00 committed by GitHub
parent b994f5c273
commit 0268bfdbd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
Module to handle data operations for freqtrade
"""
# limit what's imported when using `from freqtrad.data import *``
# limit what's imported when using `from freqtrade.data import *`
__all__ = [
'converter'
]