Skip to content

Commit a94a3d7

Browse files
committed
Comment update
1 parent 9bdde1b commit a94a3d7

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
@@ -2096,7 +2096,7 @@ def complete(self, text, state):
20962096
common_prefix = os.path.commonprefix(self.completion_matches)
20972097

20982098
if matches_delimited:
2099-
# Check if any of the display matches are part of the tab completion text
2099+
# Check if any portion of the display matches appears in the tab completion
21002100
display_prefix = os.path.commonprefix(self.display_matches)
21012101

21022102
# For delimited matches, we check what appears before the display

0 commit comments

Comments
 (0)