summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2021-02-01 10:31:37 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2021-02-01 10:31:37 -0500
commita39ae527929077aa28f533864f9c0eaf4c8d6eb2 (patch)
tree29fcd796933c54a587693846e4290980a2f7bbbb
parent22aa56ba3c2e670d707bb4f96c90340c1b55964e (diff)
downloadcmd2-git-a39ae527929077aa28f533864f9c0eaf4c8d6eb2.tar.gz
Fixed typo in change log
-rw-r--r--CHANGELOG.md2
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.