]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix typo
authorFred Drake <fdrake@acm.org>
Wed, 12 Jan 2005 19:14:55 +0000 (19:14 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 12 Jan 2005 19:14:55 +0000 (19:14 +0000)
Doc/tut/tut.tex

index 0eb3db48ea295a138527dbc2b11748305d1731d9..761c041f6f9b267e59342d2e2d2a0454de12bf22 100644 (file)
@@ -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.