Fix single/double quotes in storm.ipynb (#225)

to avoid "unterminated string literal" error when run in Jupyter

Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com>
This commit is contained in:
tbayer
2024-04-08 13:42:53 -07:00
committed by GitHub
co-authored by William FH
parent deabce5780
commit ce687403d4
+2 -2
View File
@@ -1227,8 +1227,8 @@
" ),\n",
" (\n",
" \"user\",\n",
" 'Write the complete Wiki article using markdown format. Organize citations using footnotes like \"[1]\",\"\n",
" \" avoiding duplicates in the footer. Include URLs in the footer.',\n",
" 'Write the complete Wiki article using markdown format. Organize citations using footnotes like \"[1]\",'\n",
" ' avoiding duplicates in the footer. Include URLs in the footer.',\n",
" ),\n",
" ]\n",
")\n",