diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-01 19:50:23 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-01 19:50:23 -0400 |
commit | fe0442973153896721f12ceeb08822bd478d4fca (patch) | |
tree | 99bed140261f7b8da1633d17ac1d265f2aba723d /cmd2/parsing.py | |
parent | 5957ecbe2acd177c048e53dc4fae17c25e6e14e9 (diff) | |
download | cmd2-git-fe0442973153896721f12ceeb08822bd478d4fca.tar.gz |
Updated comment
Diffstat (limited to 'cmd2/parsing.py')
-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) |