diff options
author | Fred Drake <fdrake@acm.org> | 1999-02-19 22:59:56 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-02-19 22:59:56 (GMT) |
commit | 56f8185a536cffa454806f3681d5fd14a890095c (patch) | |
tree | 2a7bce87a0db09642434c838a8f575261e471bc3 /Doc/lib/libmimetools.tex | |
parent | 9f03380d1cb5829305750cfcc2ec1cdea18e3311 (diff) | |
download | cpython-56f8185a536cffa454806f3681d5fd14a890095c.zip cpython-56f8185a536cffa454806f3681d5fd14a890095c.tar.gz cpython-56f8185a536cffa454806f3681d5fd14a890095c.tar.bz2 |
Shortened the short synopsis -- too long.
Diffstat (limited to 'Doc/lib/libmimetools.tex')
-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 1b90d89..82b42ac 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. |