diff options
author | Fred Drake <fdrake@acm.org> | 2005-01-12 19:14:55 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2005-01-12 19:14:55 (GMT) |
commit | bf1155cd0c76aa0af9f31b6579064dfa029cb71b (patch) | |
tree | 25386466c5e8679ee9b7fb3dfaf2eea593debd1f /Doc | |
parent | edce3137060e7783818b6c6888da120909cd95b1 (diff) | |
download | cpython-bf1155cd0c76aa0af9f31b6579064dfa029cb71b.zip cpython-bf1155cd0c76aa0af9f31b6579064dfa029cb71b.tar.gz cpython-bf1155cd0c76aa0af9f31b6579064dfa029cb71b.tar.bz2 |
fix typo
Diffstat (limited to 'Doc')
-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 0eb3db4..761c041 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. |