summaryrefslogtreecommitdiffstats
path: root/Doc/tut
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2005-01-12 19:11:45 (GMT)
committerFred Drake <fdrake@acm.org>2005-01-12 19:11:45 (GMT)
commit2f8c6589f5bb1a2e360d040bc38996d95bfca511 (patch)
tree8126d14f3732df416dc8d2491f46fdf73258f030 /Doc/tut
parentd7c27bef526e1b9cd3bdc34735c9d1a5b5357374 (diff)
downloadcpython-2f8c6589f5bb1a2e360d040bc38996d95bfca511.zip
cpython-2f8c6589f5bb1a2e360d040bc38996d95bfca511.tar.gz
cpython-2f8c6589f5bb1a2e360d040bc38996d95bfca511.tar.bz2
fix typo
Diffstat (limited to 'Doc/tut')
-rw-r--r--Doc/tut/tut.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex
index a0db630..6cf0b2b 100644
--- a/Doc/tut/tut.tex
+++ b/Doc/tut/tut.tex
@@ -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.