summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFredrik Lundh <fredrik@pythonware.com>2006-01-09 22:01:18 (GMT)
committerFredrik Lundh <fredrik@pythonware.com>2006-01-09 22:01:18 (GMT)
commitb449c17f77986c38434ca5b718652be2f7f7bf17 (patch)
tree4cb7d618dcfec2906763b77a80f01c173f348cdd /Doc
parentb754fe4e7f6331df129fa904a48a9f55faf37b82 (diff)
downloadcpython-b449c17f77986c38434ca5b718652be2f7f7bf17.zip
cpython-b449c17f77986c38434ca5b718652be2f7f7bf17.tar.gz
cpython-b449c17f77986c38434ca5b718652be2f7f7bf17.tar.bz2
typo
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/xmldompulldom.tex2
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}