diff options
-rw-r--r-- | cmd2/parsing.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cmd2/parsing.py b/cmd2/parsing.py index af97cdc3..326ef08d 100644 --- a/cmd2/parsing.py +++ b/cmd2/parsing.py @@ -434,9 +434,8 @@ class StatementParser: - command - multiline_command - Different from parse(), this method does not remove redundant whitespace - within the statement. It does however, ensure statement does not have - leading or trailing whitespace. + Different from parse(), this method does not remove redundant whitespace within args. + However, it does ensure args has no leading or trailing whitespace. """ # expand shortcuts and aliases line = self._expand(rawinput) |