diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-02 00:58:33 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-09-02 00:58:33 -0400 |
commit | 929e504a32377e99a4f34ecc6dfd00ff3b6e71e7 (patch) | |
tree | c9a6954f646cfedb9bdd7f8cfdac100ba4559ffb /cmd2 | |
parent | fe0442973153896721f12ceeb08822bd478d4fca (diff) | |
download | cmd2-git-929e504a32377e99a4f34ecc6dfd00ff3b6e71e7.tar.gz |
Updated comment
Diffstat (limited to 'cmd2')
-rw-r--r-- | cmd2/cmd2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/cmd2.py b/cmd2/cmd2.py index a54d813c..2c086033 100644 --- a/cmd2/cmd2.py +++ b/cmd2/cmd2.py @@ -709,7 +709,7 @@ class Cmd(cmd.Cmd): The last item in both lists is the token being tab completed On Failure - Both items are empty + Two empty lists """ import copy unclosed_quote = '' |