Two typos caught by /F; thanks!

This commit is contained in:
Fred Drake 2000-12-04 22:29:17 +00:00
parent e119c8fc61
commit 21e4dd0492
1 changed files with 2 additions and 2 deletions

View 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}{}