diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-05 05:20:55 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-05 05:20:55 +0000 |
commit | 85788edca4ed651d9c83742329e5b395c81e62be (patch) | |
tree | be5fac9d97ecaa3d997f8edd49325c58cfd7cf95 | |
parent | 6522192c0be9a6a2e7a42d24e3a5025839db7253 (diff) | |
download | cpython-git-85788edca4ed651d9c83742329e5b395c81e62be.tar.gz |
Better add at least a short docstring to the module!
-rw-r--r-- | Doc/tools/support.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/tools/support.py b/Doc/tools/support.py index 448abee395..86ecc6c81f 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$' |