summaryrefslogtreecommitdiff
path: root/cmd2
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-06-27 14:56:50 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-06-27 14:56:50 -0400
commit01e16caa4d2fd2733588ad3c1e48a186f22ad376 (patch)
treeaa882a2e5a81ce0eb6d13d653fbc5ba58561deef /cmd2
parent212301954c0584ff250883784463c65252ced63d (diff)
downloadcmd2-git-01e16caa4d2fd2733588ad3c1e48a186f22ad376.tar.gz
Updated documentation
Diffstat (limited to 'cmd2')
-rw-r--r--cmd2/cmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py
index 9b617352..0dcbcb36 100644
--- a/cmd2/cmd2.py
+++ b/cmd2/cmd2.py
@@ -27,7 +27,7 @@ Git repository on GitHub at https://github.com/python-cmd2/cmd2
# import this module, many of these imports are lazy-loaded
# i.e. we only import the module when we use it
# For example, we don't import the 'traceback' module
-# until the perror() function is called and the debug
+# until the pexcept() function is called and the debug
# setting is True
import argparse
import cmd