From 654e8981ac1b58c4029e556c65f2ca889275ba44 Mon Sep 17 00:00:00 2001 From: kotfu Date: Mon, 24 Feb 2020 21:53:34 -0700 Subject: Revise table of contents to include a description of each module --- cmd2/decorators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd2') 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 -- cgit v1.2.1