summaryrefslogtreecommitdiff
path: root/cmd2/cmd2.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-07-31 00:02:59 -0700
committerGitHub <noreply@github.com>2018-07-31 00:02:59 -0700
commitbc559df2afcc51d1804e5d068d7e2c57bc4f72af (patch)
tree5ba022bfcc13ca1d6f9f16ac323d570cde51895b /cmd2/cmd2.py
parent573d15705bfa57a22b63010796d76c9ba5f7be3b (diff)
parent57e6bf0c0162c3fd445580344ada5d662b373bd3 (diff)
downloadcmd2-git-bc559df2afcc51d1804e5d068d7e2c57bc4f72af.tar.gz
Merge pull request #485 from python-cmd2/sphinx_tests
Add tests which verify documentation build
Diffstat (limited to 'cmd2/cmd2.py')
-rw-r--r--cmd2/cmd2.py4
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