Skip to content

Commit

Permalink
fix format error some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Mar 5, 2025
1 parent bec250b commit a8f4caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
" update=update_func,\n",
" update_mode=\"continuous\",\n",
" title=\"Sinus function\",\n",
" description=\"Implements $\\sin(x\\omega)$\",\n",
" description=\"Implements $\\\\sin(x\\\\omega)$\",\n",
")\n",
"\n",
"code_ex.run_update() # For the demonstration we run the widget one time\n",
Expand Down

0 comments on commit a8f4caa

Please sign in to comment.