We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed2076 commit 38b37a9Copy full SHA for 38b37a9
1 file changed
cmd2/cmd2.py
@@ -3256,7 +3256,7 @@ def py_quit():
3256
try:
3257
interp.runcode(py_code_to_run)
3258
except BaseException:
3259
- # We don't care about any exceptions that happened in the Python code
+ # We don't care about any exception that happened in the Python code
3260
pass
3261
3262
# Otherwise we will open an interactive Python shell
0 commit comments