Skip to content

Commit 742cddb

Browse files
committed
Minor grammar fix
1 parent 2043357 commit 742cddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/argument_processing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def do_speak(self, opts):
6565

6666
`cmd2` sets the `prog` variable in the argument parser based on the name of the method it is decorating. This will override anything you specify in `prog` variable when creating the argument parser.
6767

68-
As of the 3.0.0 release, `cmd2` now sets the `prog` later than it did previously. `prog` now gets set when the instance-specific parser deep copy is created. Previously, it was set in the `with_argparser` decorator itself.
68+
As of the 3.0.0 release, `cmd2` now sets `prog` later than it did previously. `prog` now gets set when the instance-specific parser deep-copy is created. Previously, it was set in the `with_argparser` decorator itself.
6969

7070
## Help Messages
7171

0 commit comments

Comments
 (0)