Merge pull request #7822 from eltociear/patch-1

Fix typo in strategy_analysis_example.md
This commit is contained in:
Matthias
2022-11-29 06:24:36 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -328,7 +328,7 @@
"# Show graph inline\n",
"# graph.show()\n",
"\n",
"# Render graph in a seperate window\n",
"# Render graph in a separate window\n",
"graph.show(renderer=\"browser\")\n"
]
},