Skip to content

Commit 967c768

Browse files
committed
Updated comment
1 parent bebf547 commit 967c768

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ def __init__(self, completekey='tab', stdin=None, stdout=None, persistent_histor
10361036
self.allow_closing_quote = True
10371037

10381038
# If the tab-completion matches should be displayed in a way that is different than the actual match values,
1039-
# then place those results in this list.
1039+
# then place those results in this list. path_complete uses this to show only the basename of completions.
10401040
self.display_matches = []
10411041

10421042
# ----- Methods related to presenting output to the user -----

0 commit comments

Comments
 (0)