From: Fred Drake Date: Wed, 12 Jan 2005 19:14:55 +0000 (+0000) Subject: fix typo X-Git-Tag: v2.4.1c1~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf1155cd0c76aa0af9f31b6579064dfa029cb71b;p=thirdparty%2FPython%2Fcpython.git fix typo --- diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 0eb3db48ea29..761c041f6f9b 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -4781,7 +4781,7 @@ packages. For example: Despite the names, no direct knowledge or handling of XML is needed. \item The \ulink{\module{email}}{../lib/module-email.html} package is a library for managing email messages, including MIME and other RFC 2822-based message - documents. Unlike \module{smptlib} and \module{poplib} which actually send + documents. Unlike \module{smtplib} and \module{poplib} which actually send and receive messages, the email package has a complete toolset for building or decoding complex message structures (including attachments) and for implementing internet encoding and header protocols.