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
commit e1a033672f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```