]> granicus.if.org Git - python/commitdiff
Grammar tweak.
authorGreg Ward <gward@python.net>
Fri, 22 Feb 2002 21:24:32 +0000 (21:24 +0000)
committerGreg Ward <gward@python.net>
Fri, 22 Feb 2002 21:24:32 +0000 (21:24 +0000)
Doc/lib/emailparser.tex

index e303f93ebed799c432547eb509769d3c8c630c05..40ce8530282bd331baf7fef7a788c6008ac68735 100644 (file)
@@ -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