summaryrefslogtreecommitdiff
path: root/Doc/library/xml.sax.utils.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-06-24 22:48:30 +0200
committerGeorg Brandl <georg@python.org>2012-06-24 22:48:30 +0200
commit61063cca6abe36005f6e327358d533af8a56d33c (patch)
treeebd093befdd9a90317bd95efef9525b93ce43e62 /Doc/library/xml.sax.utils.rst
parentf55100132288304b8e5d4798bbb7929a512e9b57 (diff)
downloadcpython-git-61063cca6abe36005f6e327358d533af8a56d33c.tar.gz
Fix a couple of versionadded/versionchanged related markup errors.
Diffstat (limited to 'Doc/library/xml.sax.utils.rst')
-rw-r--r--Doc/library/xml.sax.utils.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xml.sax.utils.rst b/Doc/library/xml.sax.utils.rst
index ff36fd89e8..0a4038cbef 100644
--- a/Doc/library/xml.sax.utils.rst
+++ b/Doc/library/xml.sax.utils.rst
@@ -62,7 +62,7 @@ or as base classes.
tags, if set to *True* they are emitted as a single self-closed tag.
.. versionadded:: 3.2
- short_empty_elements
+ The *short_empty_elements* parameter.
.. class:: XMLFilterBase(base)