summaryrefslogtreecommitdiff
path: root/docs/features
diff options
context:
space:
mode:
authorkotfu <kotfu@kotfu.net>2020-02-09 11:40:57 -0700
committerkotfu <kotfu@kotfu.net>2020-02-09 11:40:57 -0700
commit508014ab9860c7dcd7c9530793ebdb71cde6e5f2 (patch)
treebe35d9cd8cb3961aaaadd9157434f74594cd6006 /docs/features
parentf08f7d2a6d03d4654903d2d5bea33bf24f661a00 (diff)
downloadcmd2-git-508014ab9860c7dcd7c9530793ebdb71cde6e5f2.tar.gz
Title decorator documentation by package name
Diffstat (limited to 'docs/features')
-rw-r--r--docs/features/completion.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features/completion.rst b/docs/features/completion.rst
index 14a98caf..c8b0a813 100644
--- a/docs/features/completion.rst
+++ b/docs/features/completion.rst
@@ -36,8 +36,8 @@ similar to the following to your class which inherits from ``cmd2.Cmd``::
Tab Completion Using Argparse Decorators
----------------------------------------
-When using one the Argparse-based :ref:`api/decorators:Decorators`, ``cmd2``
-provides automatic tab-completion of flag names.
+When using one the Argparse-based :ref:`api/decorators:cmd2.decorators`,
+``cmd2`` provides automatic tab-completion of flag names.
Tab-completion of argument values can be configured by using one of five
parameters to ``argparse.ArgumentParser.add_argument()``