summaryrefslogtreecommitdiff
path: root/cmd2
diff options
context:
space:
mode:
Diffstat (limited to 'cmd2')
-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