From 4dbc4cb652a6c5ce4863aa8dbf61c1db21167d3a Mon Sep 17 00:00:00 2001 From: macd2 Date: Fri, 2 Feb 2018 11:23:10 +0100 Subject: [PATCH] typo fix --- docs/plotting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plotting.md b/docs/plotting.md index 2e7c375ee..bbbe0fe16 100644 --- a/docs/plotting.md +++ b/docs/plotting.md @@ -73,5 +73,5 @@ The `-p` pair argument, can be used to plot a single pair Example ``` -python python scripts/plot_profit.py --datadir ../freqtrade/freqtrade/tests/testdata-20171221/ -p BTC_LTC +python3.6 scripts/plot_profit.py --datadir ../freqtrade/freqtrade/tests/testdata-20171221/ -p BTC_LTC ```