Fix typo in strategy_analysis_example.md

seperate -> separate
pull/7822/head
Ikko Ashimine 3 years ago committed by GitHub
parent d67ca27f5e
commit 9880e9ab60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save