diff options
author | Fred Drake <fdrake@acm.org> | 1999-02-19 22:59:56 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-02-19 22:59:56 +0000 |
commit | 56f8185a536cffa454806f3681d5fd14a890095c (patch) | |
tree | 2a7bce87a0db09642434c838a8f575261e471bc3 | |
parent | 9f03380d1cb5829305750cfcc2ec1cdea18e3311 (diff) | |
download | cpython-git-56f8185a536cffa454806f3681d5fd14a890095c.tar.gz |
Shortened the short synopsis -- too long.
-rw-r--r-- | Doc/lib/libmimetools.tex | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/lib/libmimetools.tex b/Doc/lib/libmimetools.tex index 1b90d893b5..82b42ac62f 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. |