From: Barry Warsaw Date: Fri, 28 Jul 2006 02:34:35 +0000 (+0000) Subject: Delete a misleading example. SF bug #1481650. X-Git-Tag: v2.4.4c1~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0b7f39a3b820326c733720aa598140dd752d4fb;p=thirdparty%2FPython%2Fcpython.git Delete a misleading example. SF bug #1481650. --- diff --git a/Doc/lib/emailmimebase.tex b/Doc/lib/emailmimebase.tex index 070c9a27b208..5e430fab01bd 100644 --- a/Doc/lib/emailmimebase.tex +++ b/Doc/lib/emailmimebase.tex @@ -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}