Skip to content

Commit ef99976

Browse files
committed
Comment change
1 parent a94a3d7 commit ef99976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2082,7 +2082,7 @@ def complete(self, text, state):
20822082
else:
20832083
matches_delimited = False
20842084

2085-
# Since self.display_matches is empty, then set it to self.completion_matches
2085+
# Since self.display_matches is empty, set it to self.completion_matches
20862086
# before we alter them. That way the suggestions will reflect how we parsed
20872087
# the token being completed and not how readline did.
20882088
self.display_matches = copy.copy(self.completion_matches)

0 commit comments

Comments
 (0)