[Python-checkins] python/dist/src/Lib textwrap.py,1.3,1.4

Jeremy Hylton jeremy@zope.com
Fri, 7 Jun 2002 17:06:54 -0400


BTW, there's the coding standard also says that the docstring should
start with a short, one-line summary of the function/class/module.
The type information is useful, but it shouldn't be the summary.

Jeremy