From e83f8941a19ba5282fdeed105c7475afbecd6f71 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 24 Jun 2019 19:20:42 +0200 Subject: [PATCH] Fix documentation grammar --- docs/data-analysis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data-analysis.md b/docs/data-analysis.md index 6d440ffa6..1940fa3e6 100644 --- a/docs/data-analysis.md +++ b/docs/data-analysis.md @@ -22,7 +22,7 @@ df.groupby("pair")["sell_reason"].value_counts() ``` -This will allow you to drill deeper into your backtest results, and perform analysis which would make the regular backtest-output very difficult to digest due to information overload. +This will allow you to drill deeper into your backtest results, and perform analysis which otherwise would make the regular backtest-output very difficult to digest due to information overload. If you have some ideas for interesting / helpful backtest data analysis ideas, please submit a Pull Request so the community can benefit from it.