From fe0442973153896721f12ceeb08822bd478d4fca Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Sat, 1 Sep 2018 19:50:23 -0400 Subject: Updated comment --- cmd2/parsing.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cmd2/parsing.py') 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) -- cgit v1.2.1