Skip to content

Commit 16fb7a3

Browse files
authored
Fix a typo
1 parent 608a30f commit 16fb7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/01.06-Errors-and-Debugging.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
"| ``list`` | Show the current location in the file |\n",
373373
"| ``h(elp)`` | Show a list of commands, or find help on a specific command |\n",
374374
"| ``q(uit)`` | Quit the debugger and the program |\n",
375-
"| ``c(ontinute)`` | Quit the debugger, continue in the program |\n",
375+
"| ``c(ontinue)`` | Quit the debugger, continue in the program |\n",
376376
"| ``n(ext)`` | Go to the next step of the program |\n",
377377
"| ``<enter>`` | Repeat the previous command |\n",
378378
"| ``p(rint)`` | Print variables |\n",

0 commit comments

Comments
 (0)