Skip to content

Commit 6219f76

Browse files
committed
Updated documentation for Cmd2Style.
1 parent df217e5 commit 6219f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd2/styles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Cmd2Style(StrEnum):
3434
EXAMPLE = "cmd2.example" # Command line examples in help text
3535
HELP_HEADER = "cmd2.help.header" # Help table header text
3636
HELP_LEADER = "cmd2.help.leader" # Text right before the help tables are listed
37-
RULE_LINE = "rule.line" # Rich style for horizontal rules
37+
RULE_LINE = "rule.line" # Built-in Rich style for horizontal rules
3838
SUCCESS = "cmd2.success" # Success text (used by psuccess())
3939
WARNING = "cmd2.warning" # Warning text (used by pwarning())
4040

0 commit comments

Comments
 (0)