commit | 61063cca6abe36005f6e327358d533af8a56d33c | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Jun 24 22:48:30 2012 +0200 |
committer | Georg Brandl <georg@python.org> | Sun Jun 24 22:48:30 2012 +0200 |
tree | ebd093befdd9a90317bd95efef9525b93ce43e62 | |
parent | f55100132288304b8e5d4798bbb7929a512e9b57 [diff] [blame] |
Fix a couple of versionadded/versionchanged related markup errors.
diff --git a/Doc/library/xml.sax.utils.rst b/Doc/library/xml.sax.utils.rst index ff36fd8..0a4038c 100644 --- a/Doc/library/xml.sax.utils.rst +++ b/Doc/library/xml.sax.utils.rst
@@ -62,7 +62,7 @@ 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)