diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2006-01-09 22:01:18 (GMT) |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2006-01-09 22:01:18 (GMT) |
commit | b449c17f77986c38434ca5b718652be2f7f7bf17 (patch) | |
tree | 4cb7d618dcfec2906763b77a80f01c173f348cdd | |
parent | b754fe4e7f6331df129fa904a48a9f55faf37b82 (diff) | |
download | cpython-b449c17f77986c38434ca5b718652be2f7f7bf17.zip cpython-b449c17f77986c38434ca5b718652be2f7f7bf17.tar.gz cpython-b449c17f77986c38434ca5b718652be2f7f7bf17.tar.bz2 |
typo
-rw-r--r-- | Doc/lib/xmldompulldom.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/xmldompulldom.tex b/Doc/lib/xmldompulldom.tex index a88bfc4..a2ce667 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} |