diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-11-05 01:55:03 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-11-05 01:55:03 (GMT) |
commit | 43dc1fc92611d77728277527138248112c511b0f (patch) | |
tree | e20195214c1f8826e45e134a5ba7aae5c1d939ed /Doc/lib/emailmessage.tex | |
parent | 6f97e493e1626d101c53472c239e28e3fae3b42a (diff) | |
download | cpython-43dc1fc92611d77728277527138248112c511b0f.zip cpython-43dc1fc92611d77728277527138248112c511b0f.tar.gz cpython-43dc1fc92611d77728277527138248112c511b0f.tar.bz2 |
Minor grammar and typo fixes
Diffstat (limited to 'Doc/lib/emailmessage.tex')
-rw-r--r-- | Doc/lib/emailmessage.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/emailmessage.tex b/Doc/lib/emailmessage.tex index fbf30cf..ecf24eb 100644 --- a/Doc/lib/emailmessage.tex +++ b/Doc/lib/emailmessage.tex @@ -132,7 +132,7 @@ Return the total number of headers, including duplicates. \begin{methoddesc}[Message]{__contains__}{name} Return true if the message object has a field named \var{name}. -Match is done case-insensitively and \var{name} should not include the +Matching is done case-insensitively and \var{name} should not include the trailing colon. Used for the \code{in} operator, e.g.: |