]> granicus.if.org Git - python/commitdiff
Better add at least a short docstring to the module!
authorFred Drake <fdrake@acm.org>
Thu, 5 Oct 2000 05:20:55 +0000 (05:20 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 5 Oct 2000 05:20:55 +0000 (05:20 +0000)
Doc/tools/support.py

index 448abee3952ba7299c12da3b3eabf214f4ea7ada..86ecc6c81fb0d559e98558a8ab9d5b62ea967ab0 100644 (file)
@@ -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$'