From 5fc357ee10cdd98e932270fc2e64ac4d83fa57f6 Mon Sep 17 00:00:00 2001 From: hroff-1902 Date: Mon, 9 Dec 2019 23:43:50 +0300 Subject: [PATCH] Fix typo --- freqtrade/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/utils.py b/freqtrade/utils.py index 91758737e..0ff71e45b 100644 --- a/freqtrade/utils.py +++ b/freqtrade/utils.py @@ -429,7 +429,7 @@ def start_hyperopt_show(args: Dict[str, Any]) -> None: f"The index of the epoch to show should be less than {total_epochs + 1}.") if n < -total_epochs: raise OperationalException( - f"The index of the epoch to showshould be greater than {-total_epochs - 1}.") + f"The index of the epoch to show should be greater than {-total_epochs - 1}.") # Translate epoch index from human-readable format to pythonic if n > 0: