mirror of
https://github.com/python/cpython.git
synced 2025-12-10 11:00:14 +00:00
Better add at least a short docstring to the module!
This commit is contained in:
parent
6522192c0b
commit
85788edca4
1 changed files with 5 additions and 1 deletions
|
|
@ -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$'
|
__version__ = '$Revision$'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue