diff options
author | kotfu <kotfu@kotfu.net> | 2020-02-24 21:53:34 -0700 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2020-02-24 21:53:34 -0700 |
commit | 654e8981ac1b58c4029e556c65f2ca889275ba44 (patch) | |
tree | e859af01a274b04c62f5257c3aba639c66325944 /cmd2/decorators.py | |
parent | be84cb1c469ebbfc365a15e3096d786756ce5b76 (diff) | |
download | cmd2-git-654e8981ac1b58c4029e556c65f2ca889275ba44.tar.gz |
Revise table of contents to include a description of each module
Diffstat (limited to 'cmd2/decorators.py')
-rw-r--r-- | cmd2/decorators.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/decorators.py b/cmd2/decorators.py index 6e87dea3..2c78134c 100644 --- a/cmd2/decorators.py +++ b/cmd2/decorators.py @@ -1,5 +1,5 @@ # coding=utf-8 -"""Decorators for cmd2 commands""" +"""Decorators for ``cmd2`` commands""" import argparse from typing import Callable, List, Optional, Union |