diff options
author | kotfu <kotfu@kotfu.net> | 2020-02-09 11:40:57 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2020-02-09 11:40:57 -0700 |
commit | 508014ab9860c7dcd7c9530793ebdb71cde6e5f2 (patch) | |
tree | be35d9cd8cb3961aaaadd9157434f74594cd6006 /docs/api | |
parent | f08f7d2a6d03d4654903d2d5bea33bf24f661a00 (diff) | |
download | cmd2-git-508014ab9860c7dcd7c9530793ebdb71cde6e5f2.tar.gz |
Title decorator documentation by package name
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/decorators.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api/decorators.rst b/docs/api/decorators.rst index 12ab62fa..e5ca4c7e 100644 --- a/docs/api/decorators.rst +++ b/docs/api/decorators.rst @@ -1,5 +1,5 @@ -Decorators -========== +cmd2.decorators +=============== .. autofunction:: cmd2.decorators.with_argparser |