diff options
Diffstat (limited to 'cmd2/cmd2.py')
-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 = '' |