]> granicus.if.org Git - python/commitdiff
Two typos caught by /F; thanks!
authorFred Drake <fdrake@acm.org>
Mon, 4 Dec 2000 22:29:17 +0000 (22:29 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 4 Dec 2000 22:29:17 +0000 (22:29 +0000)
Doc/lib/xmlsaxhandler.tex

index bd72fd7709ba2eb60d6b4dd36fe39b8cba9a3015..67962869d456fe084fa5c09bd656a1436c7af00a 100644 (file)
@@ -258,11 +258,11 @@ appropriate events in the input document:
 
   \strong{Note:}  The earlier SAX 1 interface provided by the Python
   XML Special Interest Group used a more Java-like interface for this
-  method.  Since most parsers used from Python did not take advatage
+  method.  Since most parsers used from Python did not take advantage
   of the older interface, the simpler signature was chosen to replace
   it.  To convert old code to the new interface, use \var{content}
   instead of slicing content with the old \var{offset} and
-  \var{lenght} parameters.
+  \var{length} parameters.
 \end{methoddesc}
 
 \begin{methoddesc}[ContentHandler]{ignorableWhitespace}{}