diff options
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 |