diff options
author | Fred Drake <fdrake@acm.org> | 2005-01-12 19:11:45 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2005-01-12 19:11:45 (GMT) |
commit | 2f8c6589f5bb1a2e360d040bc38996d95bfca511 (patch) | |
tree | 8126d14f3732df416dc8d2491f46fdf73258f030 /Doc/tut | |
parent | d7c27bef526e1b9cd3bdc34735c9d1a5b5357374 (diff) | |
download | cpython-2f8c6589f5bb1a2e360d040bc38996d95bfca511.zip cpython-2f8c6589f5bb1a2e360d040bc38996d95bfca511.tar.gz cpython-2f8c6589f5bb1a2e360d040bc38996d95bfca511.tar.bz2 |
fix typo
Diffstat (limited to 'Doc/tut')
-rw-r--r-- | Doc/tut/tut.tex | 2 |
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. |