mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Fix typo in strategy_analysis_example.md
seperate -> separate
This commit is contained in:
parent
d67ca27f5e
commit
9880e9ab60
|
@ -232,7 +232,7 @@ graph = generate_candlestick_graph(pair=pair,
|
|||
# Show graph inline
|
||||
# graph.show()
|
||||
|
||||
# Render graph in a seperate window
|
||||
# Render graph in a separate window
|
||||
graph.show(renderer="browser")
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user