diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-12-06 12:44:56 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-12-06 12:44:56 -0500 |
commit | 0aac6cee56a92bb6358106329f4f0c20e85bb7bc (patch) | |
tree | 2b4b22b1c9786d792c56a341fd6d914c5e562979 | |
parent | ab35dd08094fff561f6a54079e48c52b44fab4d9 (diff) | |
download | cmd2-git-0aac6cee56a92bb6358106329f4f0c20e85bb7bc.tar.gz |
Fixed typo
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c193e72..1ac01813 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -249,7 +249,7 @@ * Removed *** from beginning of error messages printed by `do_help()` and `default()` * Significantly refactored ``cmd.Cmd`` class so that all class attributes got converted to instance attributes, also: * Added ``allow_redirection``, ``terminators``, ``multiline_commands``, and ``shortcuts`` as optional arguments - to ``cmd2.Cmd.__init__()` + to ``cmd2.Cmd.__init__()`` * A few instance attributes were moved inside ``StatementParser`` and properties were created for accessing them * ``self.pipe_proc`` is now called ``self.cur_pipe_proc_reader`` and is a ``ProcReader`` class. * Shell commands and commands being piped to while in a *pyscript* will function as if their output is going |