Skip to content

Commit 38b37a9

Browse files
committed
Updated comment
1 parent 1ed2076 commit 38b37a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2/cmd2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3256,7 +3256,7 @@ def py_quit():
32563256
try:
32573257
interp.runcode(py_code_to_run)
32583258
except BaseException:
3259-
# We don't care about any exceptions that happened in the Python code
3259+
# We don't care about any exception that happened in the Python code
32603260
pass
32613261

32623262
# Otherwise we will open an interactive Python shell

0 commit comments

Comments
 (0)