Skip to content

Commit 0aac6ce

Browse files
committed
Fixed typo
1 parent ab35dd0 commit 0aac6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
* Removed *** from beginning of error messages printed by `do_help()` and `default()`
250250
* Significantly refactored ``cmd.Cmd`` class so that all class attributes got converted to instance attributes, also:
251251
* Added ``allow_redirection``, ``terminators``, ``multiline_commands``, and ``shortcuts`` as optional arguments
252-
to ``cmd2.Cmd.__init__()`
252+
to ``cmd2.Cmd.__init__()``
253253
* A few instance attributes were moved inside ``StatementParser`` and properties were created for accessing them
254254
* ``self.pipe_proc`` is now called ``self.cur_pipe_proc_reader`` and is a ``ProcReader`` class.
255255
* Shell commands and commands being piped to while in a *pyscript* will function as if their output is going

0 commit comments

Comments
 (0)