From c29c13dfd72e72832821f3b12aa1eb67432903b6 Mon Sep 17 00:00:00 2001 From: Gerald Lonlas Date: Mon, 4 Jun 2018 22:42:24 -0700 Subject: [PATCH] Fix a typo in Arguments() comment --- freqtrade/arguments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/arguments.py b/freqtrade/arguments.py index ee57dc1be..d79a52af2 100644 --- a/freqtrade/arguments.py +++ b/freqtrade/arguments.py @@ -174,7 +174,7 @@ class Arguments(object): @staticmethod def hyperopt_options(parser: argparse.ArgumentParser) -> None: """ - Parses given arguments foér Hyperopt scripts. + Parses given arguments for Hyperopt scripts. """ parser.add_argument( '-e', '--epochs',