Merge pull request #493 from macd2/patch-3

typo fix
This commit is contained in:
Gérald LONLAS
2018-02-02 09:34:45 -08:00
committed by GitHub

View File

@@ -73,5 +73,5 @@ The `-p` pair argument, can be used to plot a single pair
Example 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
``` ```