diff options
author | Georg Brandl <georg@python.org> | 2012-06-24 22:48:30 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-06-24 22:48:30 +0200 |
commit | 61063cca6abe36005f6e327358d533af8a56d33c (patch) | |
tree | ebd093befdd9a90317bd95efef9525b93ce43e62 /Doc/library/xml.sax.utils.rst | |
parent | f55100132288304b8e5d4798bbb7929a512e9b57 (diff) | |
download | cpython-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.rst | 2 |
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) |