mirror of
https://github.com/python/cpython.git
synced 2025-11-03 19:34:08 +00:00
fix typo
This commit is contained in:
parent
d7c27bef52
commit
2f8c6589f5
1 changed files with 1 additions and 1 deletions
|
|
@ -4781,7 +4781,7 @@ packages. For example:
|
||||||
Despite the modules names, no direct knowledge or handling of XML is needed.
|
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
|
\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
|
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
|
and receive messages, the email package has a complete toolset for building
|
||||||
or decoding complex message structures (including attachments) and for
|
or decoding complex message structures (including attachments) and for
|
||||||
implementing internet encoding and header protocols.
|
implementing internet encoding and header protocols.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue