diff options
author | Barry Warsaw <barry@python.org> | 2006-03-18 15:41:53 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2006-03-18 15:41:53 (GMT) |
commit | 40ef0067ad5af2458c54cc0316831ddb701ea3fd (patch) | |
tree | 52204dc86cfb735d4aadff24864af50da4fe78de /Doc/lib/emailiter.tex | |
parent | 9ae019bf5b92d9ac0ee8bb53829f6b5a16d5fab2 (diff) | |
download | cpython-40ef0067ad5af2458c54cc0316831ddb701ea3fd.zip cpython-40ef0067ad5af2458c54cc0316831ddb701ea3fd.tar.gz cpython-40ef0067ad5af2458c54cc0316831ddb701ea3fd.tar.bz2 |
Merge email package 4.0 from the sandbox, including documentation, test cases,
and NEWS updates.
Diffstat (limited to 'Doc/lib/emailiter.tex')
-rw-r--r-- | Doc/lib/emailiter.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/emailiter.tex b/Doc/lib/emailiter.tex index d1a8f98..ef8ef6f 100644 --- a/Doc/lib/emailiter.tex +++ b/Doc/lib/emailiter.tex @@ -1,8 +1,8 @@ -\declaremodule{standard}{email.Iterators} +\declaremodule{standard}{email.iterators} \modulesynopsis{Iterate over a message object tree.} Iterating over a message object tree is fairly easy with the -\method{Message.walk()} method. The \module{email.Iterators} module +\method{Message.walk()} method. The \module{email.iterators} module provides some useful higher level iterations over message object trees. |