summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-09-01 19:50:23 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-09-01 19:50:23 -0400
commitfe0442973153896721f12ceeb08822bd478d4fca (patch)
tree99bed140261f7b8da1633d17ac1d265f2aba723d
parent5957ecbe2acd177c048e53dc4fae17c25e6e14e9 (diff)
downloadcmd2-git-fe0442973153896721f12ceeb08822bd478d4fca.tar.gz
Updated comment
-rw-r--r--cmd2/parsing.py5
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)