diff options
author | kotfu <kotfu@kotfu.net> | 2018-09-05 22:16:04 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-09-05 22:16:04 -0600 |
commit | 2b42ac5507acb424fd30534397b60c1089bd09b4 (patch) | |
tree | 0ba53d75c0579b83698b5a577baf3ec7a458e91d /cmd2 | |
parent | 880631eb0437e40ee317d34bf8ca54c9394cd6b8 (diff) | |
download | cmd2-git-2b42ac5507acb424fd30534397b60c1089bd09b4.tar.gz |
Add back previously removed tests for statement.args
Diffstat (limited to 'cmd2')
-rw-r--r-- | cmd2/parsing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/parsing.py b/cmd2/parsing.py index 8b25684a..082cc7aa 100644 --- a/cmd2/parsing.py +++ b/cmd2/parsing.py @@ -425,7 +425,7 @@ class StatementParser: This method is used by tab completion code and therefore must not generate an exception if there are unclosed quotes. - The Statement object returned by this method can at most contained + The Statement object returned by this method can at most contain values in the following attributes: - raw - command |