Skip to content

Commit 6bf7c9f

Browse files
committed
Minor clarification in CHANGES.md
1 parent 7131960 commit 6bf7c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ News
1717
* Changed default value of USE_ARG_LIST to True - this affects the beavhior of all **@options** commands
1818
* **WARNING**: This breaks backwards compatibility, to restore backwards compatibility, add this to the
1919
**__init__()** method in your custom class derived from cmd2.Cmd:
20-
* set_use_arg_list(False)
20+
* cmd2.set_use_arg_list(False)
2121
* This change improves argument parsing for all new applications
2222
* Refactored code to encapsulate most of the pyparsing logic into a ParserManager class
2323

0 commit comments

Comments
 (0)