Fixed spelling of module; closes bug 115712.

This commit is contained in:
Martin v. Löwis 2000-09-30 17:04:40 +00:00
parent efffd28c2c
commit d15a9427e8

View file

@ -136,7 +136,7 @@ True if the last end-of-file was for an end-of-message marker.
\begin{verbatim}
import mimetools
import MultiFile
import multifile
import StringIO
def extract_mime_part_matching(stream, mimetype):