Skip to content

Commit da3ca4f

Browse files
committed
Use consistent terminology in adjacent comments
1 parent 8563dc8 commit da3ca4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd2/styles.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ class Cmd2Style(StrEnum):
5656
COMPLETION_MENU = "cmd2.completion_menu" # Base style for the entire completion menu container (sets the background)
5757
COMPLETION_MENU_COMPLETION = "cmd2.completion-menu.completion" # Style for an individual, non-selected completion item
5858
COMPLETION_MENU_CURRENT = "cmd2.completion-menu.completion.current" # Style for the currently selected completion item
59-
COMPLETION_MENU_META = "cmd2.completion-menu.meta.completion" # Style for "meta" information shown alongside a completion
60-
COMPLETION_MENU_META_CURRENT = "cmd2.completion-menu.meta.completion.current" # Style for meta info of current item
59+
COMPLETION_MENU_META = "cmd2.completion-menu.meta.completion" # Style for meta information shown alongside a completion
60+
COMPLETION_MENU_META_CURRENT = "cmd2.completion-menu.meta.completion.current" # Style for meta information of current item
6161
ERROR = "cmd2.error" # Error text (used by perror())
6262
HELP_HEADER = "cmd2.help.header" # Help table header text
6363
HELP_LEADER = "cmd2.help.leader" # Text right before the help tables are listed

0 commit comments

Comments
 (0)