summaryrefslogtreecommitdiff
path: root/cmd2/argparse_custom.py
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2019-07-16 17:30:23 -0600
committerkotfu <kotfu@kotfu.net>2019-07-16 17:30:23 -0600
commitf3ae3e129c9205229922463fc5ef57cc413c0ab9 (patch)
treebfe8b7eec20592de74725e5298dec68799f7ebec /cmd2/argparse_custom.py
parenta8c4a65106ad6325adec5e662ee8a5397527dba5 (diff)
parentf77abb09888c6ea3f6d8dadb28de46c36f035459 (diff)
downloadcmd2-git-f3ae3e129c9205229922463fc5ef57cc413c0ab9.tar.gz
Merge branch 'master' into integrate_legacy_documentation
# Conflicts: # docs/features/history.rst
Diffstat (limited to 'cmd2/argparse_custom.py')
-rw-r--r--cmd2/argparse_custom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/argparse_custom.py b/cmd2/argparse_custom.py
index 1cdb7840..5d8e76ef 100644
--- a/cmd2/argparse_custom.py
+++ b/cmd2/argparse_custom.py
@@ -74,7 +74,7 @@ Tab Completion:
completer_method
This is exactly like completer_function, but the function needs to be an instance method of a cmd2-based class.
When AutoCompleter calls the method, it will pass the app instance as the self argument. cmd2 provides
- a few completer methods for convenience (e.g. path_complete, delimiter_complete)
+ a few completer methods for convenience (e.g., path_complete, delimiter_complete)
Example:
This adds file-path completion to an argument