summaryrefslogtreecommitdiff
path: root/cmd2.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2018-04-15 01:38:13 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2018-04-15 01:38:13 -0400
commitef99976350b423315cd5a49a16b4000551302d09 (patch)
treefe92db7485afd7e7c56964412577853c1655dc0a /cmd2.py
parenta94a3d7478aa046ab09a625ae38ce795ae7e0702 (diff)
downloadcmd2-git-ef99976350b423315cd5a49a16b4000551302d09.tar.gz
Comment change
Diffstat (limited to 'cmd2.py')
-rwxr-xr-xcmd2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2.py b/cmd2.py
index c7fa2b89..1689d37c 100755
--- a/cmd2.py
+++ b/cmd2.py
@@ -2082,7 +2082,7 @@ class Cmd(cmd.Cmd):
else:
matches_delimited = False
- # Since self.display_matches is empty, then set it to self.completion_matches
+ # Since self.display_matches is empty, set it to self.completion_matches
# before we alter them. That way the suggestions will reflect how we parsed
# the token being completed and not how readline did.
self.display_matches = copy.copy(self.completion_matches)