diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2020-07-30 12:47:36 -0400 |
---|---|---|
committer | anselor <anselor@gmail.com> | 2020-08-04 13:38:08 -0400 |
commit | 374153366c36bb48dd6caf48995b9f0372ca0d91 (patch) | |
tree | a2705618efa005ede69db76e74471803fd5eb7e0 /cmd2/argparse_custom.py | |
parent | dac009f17c58df4b8d4dbcd3c621bf6ef2481a96 (diff) | |
download | cmd2-git-374153366c36bb48dd6caf48995b9f0372ca0d91.tar.gz |
Fixed typo in documentation
Diffstat (limited to 'cmd2/argparse_custom.py')
-rw-r--r-- | cmd2/argparse_custom.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd2/argparse_custom.py b/cmd2/argparse_custom.py index 6cfa66ae..80213bf8 100644 --- a/cmd2/argparse_custom.py +++ b/cmd2/argparse_custom.py @@ -192,10 +192,10 @@ and will not include the description value of the CompletionItems. completion and enables nargs range parsing. See _add_argument_wrapper for more details on these arguments. -``argparse.ArgumentParser._get_nargs_pattern`` - adds support to for nargs -ranges. See _get_nargs_pattern_wrapper for more details. +``argparse.ArgumentParser._get_nargs_pattern`` - adds support for nargs ranges. +See _get_nargs_pattern_wrapper for more details. -``argparse.ArgumentParser._match_argument`` - adds support to for nargs ranges. +``argparse.ArgumentParser._match_argument`` - adds support for nargs ranges. See _match_argument_wrapper for more details. """ |