diff options
| author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-02-01 10:31:37 -0500 |
|---|---|---|
| committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2021-02-01 10:31:37 -0500 |
| commit | a39ae527929077aa28f533864f9c0eaf4c8d6eb2 (patch) | |
| tree | 29fcd796933c54a587693846e4290980a2f7bbbb | |
| parent | 22aa56ba3c2e670d707bb4f96c90340c1b55964e (diff) | |
| download | cmd2-git-a39ae527929077aa28f533864f9c0eaf4c8d6eb2.tar.gz | |
Fixed typo in change log
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c3bc9373..8fe609ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ * Replaced `choices_function` / `choices_method` with `choices_provider`. * Replaced `completer_function` / `completer_method` with `completer`. * ArgparseCompleter now always passes `cmd2.Cmd` or `CommandSet` instance as the first positional - argument` to choices_provider and completer functions. + argument to choices_provider and completer functions. * Moved `basic_complete` from utils into `cmd2.Cmd` class. * Moved `CompletionError` to exceptions.py * ``Namespace.__statement__`` has been removed. Use `Namespace.cmd2_statement.get()` instead. |
