Skip to content

Commit 1801d64

Browse files
committed
Fixed CHANGELOG.
1 parent 24592bc commit 1801d64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ prompt is displayed.
109109
- For more details and examples, see the [Help](docs/features/help.md) documentation and the
110110
`examples/default_categories.py` file.
111111
- `CommandSet` is now a generic class, which allows developers to parameterize it with their
112-
specific `cmd2.Cmd`subclass (e.g.,`class MyCommandSet(CommandSet[MyApp]):`). This provides
112+
specific `cmd2.Cmd` subclass (e.g.,`class MyCommandSet(CommandSet[MyApp]):`). This provides
113113
full type hints and IDE autocompletion for `self._cmd` without needing to override and cast
114114
the property.
115115

0 commit comments

Comments
 (0)