From: Fred Drake Date: Thu, 5 Oct 2000 05:20:55 +0000 (+0000) Subject: Better add at least a short docstring to the module! X-Git-Tag: v2.0c1~110 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85788edca4ed651d9c83742329e5b395c81e62be;p=thirdparty%2FPython%2Fcpython.git Better add at least a short docstring to the module! --- diff --git a/Doc/tools/support.py b/Doc/tools/support.py index 448abee3952b..86ecc6c81fb0 100644 --- a/Doc/tools/support.py +++ b/Doc/tools/support.py @@ -1,4 +1,8 @@ -""" +"""Miscellaneous support code shared by some of the tool scripts. + +This includes option parsing code, HTML formatting code, and a couple of +useful helpers. + """ __version__ = '$Revision$'