diff options
author | Fred Drake <fdrake@acm.org> | 2000-12-04 22:29:17 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-12-04 22:29:17 (GMT) |
commit | 21e4dd0492d7049494bfc2d35536517dbdeb47b3 (patch) | |
tree | f860c5f23cb449b1542a150089b34c1ff2c20ee5 /Doc | |
parent | e119c8fc614b25034ae45e876d5075597a7e2b67 (diff) | |
download | cpython-21e4dd0492d7049494bfc2d35536517dbdeb47b3.zip cpython-21e4dd0492d7049494bfc2d35536517dbdeb47b3.tar.gz cpython-21e4dd0492d7049494bfc2d35536517dbdeb47b3.tar.bz2 |
Two typos caught by /F; thanks!
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/xmlsaxhandler.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/xmlsaxhandler.tex b/Doc/lib/xmlsaxhandler.tex index bd72fd7..6796286 100644 --- a/Doc/lib/xmlsaxhandler.tex +++ b/Doc/lib/xmlsaxhandler.tex @@ -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}{} |