summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-03-26 15:05:20 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-03-26 15:05:20 -0400
commit38b37a98f3affe8632866177195c2c16a3ef88ed (patch)
treecfd3150073e9f0fce61fdc18d17fb49496e66b8a
parent1ed207686d2a5e4759501012e6ddc89d9d09e7d4 (diff)
downloadcmd2-git-38b37a98f3affe8632866177195c2c16a3ef88ed.tar.gz
Updated comment
-rw-r--r--cmd2/cmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py
index 1c733843..fdc7a2d8 100644
--- a/cmd2/cmd2.py
+++ b/cmd2/cmd2.py
@@ -3256,7 +3256,7 @@ class Cmd(cmd.Cmd):
try:
interp.runcode(py_code_to_run)
except BaseException:
- # 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
pass
# Otherwise we will open an interactive Python shell