Skip to content

Commit e3a07c5

Browse files
committed
Fixed typo in change log
1 parent c87c562 commit e3a07c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
`Cmd2AttributeWrapper` objects named `cmd2_statement` and `cmd2_handler`. This makes it
55
easy to filter out which attributes in an `argparse.Namespace` were added by `cmd2`.
66
* Deprecations
7-
* ``Namespace.__statement__`` will be removed in `cmd2` 2.0.0. Use `Namespace.get_statement()` going forward.
7+
* ``Namespace.__statement__`` will be removed in `cmd2` 2.0.0. Use `Namespace.cmd2_statement.get()`
8+
going forward.
89

910
## 1.3.5 (August 25, 2020)
1011
* Bug Fixes

0 commit comments

Comments
 (0)