Skip to content

Commit 715af60

Browse files
committed
Fixed docs error
1 parent 79044ee commit 715af60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd2/ansi.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
class ColorBase(Enum):
3131
"""
3232
Base class used for defining color enums. See fg and bg classes for examples.
33-
This expects the child classes to define enums of the follow structure
33+
34+
Child classes should define enums in the follow structure:
3435
key: color name (e.g. black)
3536
value: anything that when cast to a string returns an ANSI sequence
3637
"""

0 commit comments

Comments
 (0)