From: Fred Drake Date: Fri, 19 Feb 1999 22:59:56 +0000 (+0000) Subject: Shortened the short synopsis -- too long. X-Git-Tag: v1.5.2c1~306 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56f8185a536cffa454806f3681d5fd14a890095c;p=thirdparty%2FPython%2Fcpython.git Shortened the short synopsis -- too long. --- diff --git a/Doc/lib/libmimetools.tex b/Doc/lib/libmimetools.tex index 1b90d893b52e..82b42ac62f99 100644 --- a/Doc/lib/libmimetools.tex +++ b/Doc/lib/libmimetools.tex @@ -1,11 +1,10 @@ \section{\module{mimetools} --- - Tools for parsing MIME style message bodies.} -\declaremodule{standard}{mimetools} + Tools for parsing MIME messages} +\declaremodule{standard}{mimetools} \modulesynopsis{Tools for parsing MIME style message bodies.} - This module defines a subclass of the \class{rfc822.Message} class and a number of utility functions that are useful for the manipulation for MIME multipart or encoded message.