]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Delete a misleading example. SF bug #1481650.
authorBarry Warsaw <barry@python.org>
Fri, 28 Jul 2006 02:34:35 +0000 (02:34 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 28 Jul 2006 02:34:35 +0000 (02:34 +0000)
Doc/lib/emailmimebase.tex

index 070c9a27b208cef4fd2eb8454473d815c73790f4..5e430fab01bd4e04bbbf310f4b8f3c57ea459a6f 100644 (file)
@@ -13,12 +13,6 @@ convenient subclasses to make things easier.  Each of these classes
 should be imported from a module with the same name as the class, from
 within the \module{email} package.  E.g.:
 
-\begin{verbatim}
-import email.MIMEImage.MIMEImage
-\end{verbatim}
-
-or
-
 \begin{verbatim}
 from email.MIMEText import MIMEText
 \end{verbatim}