From 8410e453edf4f3f8acda82be5cc7dcdc36d2aaca Mon Sep 17 00:00:00 2001 From: Yazeed Al Oyoun Date: Sat, 1 Feb 2020 20:42:04 +0100 Subject: [PATCH] missed one fix --- docs/hyperopt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hyperopt.md b/docs/hyperopt.md index e41108619..3e10f66da 100644 --- a/docs/hyperopt.md +++ b/docs/hyperopt.md @@ -14,7 +14,7 @@ Hyperopt requires historic data to be available, just as backtesting does. To learn how to get data for the pairs and exchange you're interested in, head over to the [Data Downloading](data-download.md) section of the documentation. !!! Bug -Hyperopt can crash when used with only 1 CPU Core as found out in [Issue #1133](https://github.com/freqtrade/freqtrade/issues/1133) + Hyperopt can crash when used with only 1 CPU Core as found out in [Issue #1133](https://github.com/freqtrade/freqtrade/issues/1133) ## Prepare Hyperopting