From: Fredrik Lundh Date: Mon, 9 Jan 2006 22:01:18 +0000 (+0000) Subject: typo X-Git-Tag: v2.5a0~847 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b449c17f77986c38434ca5b718652be2f7f7bf17;p=python typo --- diff --git a/Doc/lib/xmldompulldom.tex b/Doc/lib/xmldompulldom.tex index a88bfc4dc5..a2ce667088 100644 --- a/Doc/lib/xmldompulldom.tex +++ b/Doc/lib/xmldompulldom.tex @@ -38,7 +38,7 @@ Document Object Model representation of a document from SAX events. \begin{datadesc}{default_bufsize} - Default value for the \var{busize} parameter to \function{parse()}. + Default value for the \var{bufsize} parameter to \function{parse()}. \versionchanged[The value of this variable can be changed before calling \function{parse()} and the new value will take effect]{2.1}