Skip to content

Commit

Permalink
Minor: fix typo in comment
Browse files Browse the repository at this point in the history
Minor cosmetics. typo caught.
  • Loading branch information
hroff-1902 committed Sep 25, 2019
1 parent b994f5c commit 0268bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freqtrade/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]

0 comments on commit 0268bfd

Please sign in to comment.