summaryrefslogtreecommitdiffstats
path: root/Doc/lib/emailmessage.tex
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-11-05 01:55:03 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-11-05 01:55:03 (GMT)
commit43dc1fc92611d77728277527138248112c511b0f (patch)
treee20195214c1f8826e45e134a5ba7aae5c1d939ed /Doc/lib/emailmessage.tex
parent6f97e493e1626d101c53472c239e28e3fae3b42a (diff)
downloadcpython-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.tex2
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.: