Skip to content

Commit

Permalink
spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
mail4umar committed Aug 22, 2024
1 parent 8efd5cb commit 90ed5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ui/qprof-ui.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@
"table_2 = widgets.Output()\n",
"tables = widgets.Tab()\n",
"tables.children = [table_1, table_2]\n",
"tables.titles = [\"Slow Events\", \"Optimimzer Events\"]\n",
"tables.titles = [\"Slow Events\", \"Optimizer Events\"]\n",
"other_info = widgets.VBox([button_other_info, tables])\n",
"\n",
"button_other_info.on_click(on_button_clicked_other_info)\n",
Expand Down

0 comments on commit 90ed5ed

Please sign in to comment.