summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-02-19 22:59:56 +0000
committerFred Drake <fdrake@acm.org>1999-02-19 22:59:56 +0000
commit56f8185a536cffa454806f3681d5fd14a890095c (patch)
tree2a7bce87a0db09642434c838a8f575261e471bc3
parent9f03380d1cb5829305750cfcc2ec1cdea18e3311 (diff)
downloadcpython-git-56f8185a536cffa454806f3681d5fd14a890095c.tar.gz
Shortened the short synopsis -- too long.
-rw-r--r--Doc/lib/libmimetools.tex5
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.