Fix typo in strategy_analysis_example.md

seperate -> separate
This commit is contained in:
Ikko Ashimine 2022-11-28 17:10:17 +09:00 committed by GitHub
parent d67ca27f5e
commit 9880e9ab60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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