Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 21e4dd0

Browse files
committed
Two typos caught by /F; thanks!
1 parent e119c8f commit 21e4dd0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/xmlsaxhandler.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,11 +258,11 @@ \subsection{ContentHandler Objects \label{content-handler-objects}}
258258

259259
\strong{Note:} The earlier SAX 1 interface provided by the Python
260260
XML Special Interest Group used a more Java-like interface for this
261-
method. Since most parsers used from Python did not take advatage
261+
method. Since most parsers used from Python did not take advantage
262262
of the older interface, the simpler signature was chosen to replace
263263
it. To convert old code to the new interface, use \var{content}
264264
instead of slicing content with the old \var{offset} and
265-
\var{lenght} parameters.
265+
\var{length} parameters.
266266
\end{methoddesc}
267267

268268
\begin{methoddesc}[ContentHandler]{ignorableWhitespace}{}

0 commit comments

Comments
 (0)