mirror of https://github.com/python/cpython
Fixed spelling of module; closes bug 115712.
This commit is contained in:
parent
efffd28c2c
commit
d15a9427e8
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue