diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-05 05:20:55 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-05 05:20:55 (GMT) |
commit | 85788edca4ed651d9c83742329e5b395c81e62be (patch) | |
tree | be5fac9d97ecaa3d997f8edd49325c58cfd7cf95 /Doc/tools | |
parent | 6522192c0be9a6a2e7a42d24e3a5025839db7253 (diff) | |
download | cpython-85788edca4ed651d9c83742329e5b395c81e62be.zip cpython-85788edca4ed651d9c83742329e5b395c81e62be.tar.gz cpython-85788edca4ed651d9c83742329e5b395c81e62be.tar.bz2 |
Better add at least a short docstring to the module!
Diffstat (limited to 'Doc/tools')
-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 448abee..86ecc6c 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$' |