diff options
Diffstat (limited to 'cmd2/cmd2.py')
-rw-r--r-- | cmd2/cmd2.py | 2 |
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 |