Skip to content

Commit 38c23a8

Browse files
committed
Fix Sphinx warning in preparse docstring
1 parent f26fde6 commit 38c23a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd2/cmd2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,8 +1652,8 @@ def preparse(self, raw: str) -> str:
16521652
If you want a reliable pre parsing hook method, register a postparsing
16531653
hook, modify the user input, and then reparse it.
16541654
1655-
:param raw: raw command line input :return: potentially modified raw
1656-
command line input
1655+
:param raw: raw command line input :return: potentially modified raw command line input
1656+
:return: a potentially modified version of the raw input string
16571657
"""
16581658
return raw
16591659

0 commit comments

Comments
 (0)