commit | 85788edca4ed651d9c83742329e5b395c81e62be | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Thu Oct 05 05:20:55 2000 +0000 |
committer | Fred Drake <fdrake@acm.org> | Thu Oct 05 05:20:55 2000 +0000 |
tree | be5fac9d97ecaa3d997f8edd49325c58cfd7cf95 | |
parent | 6522192c0be9a6a2e7a42d24e3a5025839db7253 [diff] [blame] |
Better add at least a short docstring to the module!
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$'