diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-07-31 00:02:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-31 00:02:59 -0700 |
commit | bc559df2afcc51d1804e5d068d7e2c57bc4f72af (patch) | |
tree | 5ba022bfcc13ca1d6f9f16ac323d570cde51895b /cmd2 | |
parent | 573d15705bfa57a22b63010796d76c9ba5f7be3b (diff) | |
parent | 57e6bf0c0162c3fd445580344ada5d662b373bd3 (diff) | |
download | cmd2-git-bc559df2afcc51d1804e5d068d7e2c57bc4f72af.tar.gz |
Merge pull request #485 from python-cmd2/sphinx_tests
Add tests which verify documentation build
Diffstat (limited to 'cmd2')
-rw-r--r-- | cmd2/cmd2.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index 7dffa4f8..d34e7161 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -1652,8 +1652,8 @@ class Cmd(cmd.Cmd): If you want a reliable pre parsing hook method, register a postparsing hook, modify the user input, and then reparse it. - :param raw: raw command line input :return: potentially modified raw - command line input + :param raw: raw command line input :return: potentially modified raw command line input + :return: a potentially modified version of the raw input string """ return raw |