diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-06-27 14:56:50 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-06-27 14:56:50 -0400 |
commit | 01e16caa4d2fd2733588ad3c1e48a186f22ad376 (patch) | |
tree | aa882a2e5a81ce0eb6d13d653fbc5ba58561deef /cmd2 | |
parent | 212301954c0584ff250883784463c65252ced63d (diff) | |
download | cmd2-git-01e16caa4d2fd2733588ad3c1e48a186f22ad376.tar.gz |
Updated documentation
Diffstat (limited to 'cmd2')
-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 |