diff options
author | Greg Ward <gward@python.net> | 2002-02-22 21:24:32 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2002-02-22 21:24:32 (GMT) |
commit | f8b1f2431bd5dca75a82015e890b39e5071e6f87 (patch) | |
tree | 0ef01e663aa1bc7a297fc8869fdf4c0b7f035abd /Doc/lib | |
parent | 216cbca1957c58be22e20d04b8bf2e6f95485d30 (diff) | |
download | cpython-f8b1f2431bd5dca75a82015e890b39e5071e6f87.zip cpython-f8b1f2431bd5dca75a82015e890b39e5071e6f87.tar.gz cpython-f8b1f2431bd5dca75a82015e890b39e5071e6f87.tar.bz2 |
Grammar tweak.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/emailparser.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/emailparser.tex b/Doc/lib/emailparser.tex index e303f93..40ce853 100644 --- a/Doc/lib/emailparser.tex +++ b/Doc/lib/emailparser.tex @@ -22,7 +22,7 @@ Note that the parser can be extended in limited ways, and of course you can implement your own parser completely from scratch. There is no magical connection between the \module{email} package's bundled parser and the \class{Message} class, so your custom parser can create -message object trees in any way it find necessary. +message object trees any way it finds necessary. The primary parser class is \class{Parser} which parses both the headers and the payload of the message. In the case of |