Skip to content

Commit 83a1946

Browse files
committed
Fixed explanation of colors module in documentation now that it no longer contains a StrEnum
1 parent 425cd9a commit 83a1946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ incremented according to the [Semantic Version Specification](https://semver.org
1515
- [cmd2.argparse_completer](./argparse_completer.md) - classes for `argparse`-based tab completion
1616
- [cmd2.argparse_custom](./argparse_custom.md) - classes and functions for extending `argparse`
1717
- [cmd2.clipboard](./clipboard.md) - functions to copy from and paste to the clipboard/pastebuffer
18-
- [cmd2.colors](./colors.md) - provides a StrEnum of Rich's named colors
18+
- [cmd2.colors](./colors.md) - constants for all color names supported by the Rich library
1919
- [cmd2.command_definition](./command_definition.md) - supports the definition of commands in
2020
separate classes to be composed into cmd2.Cmd
2121
- [cmd2.constants](./constants.md) - just like it says on the tin

0 commit comments

Comments
 (0)