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

index a0db630fc22c2f0d0a8f61c7129e4c255ce89bee..6cf0b2b65ade57340f046b4cc05d86b8006b4dfd 100644 (file)
@@ -4781,7 +4781,7 @@ packages. For example:
   Despite the modules 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.