summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-03-19 07:56:40 (GMT)
committerGeorg Brandl <georg@python.org>2008-03-19 07:56:40 (GMT)
commit482d752dcb776d7267ebde155d77eba79ea8ad00 (patch)
tree0ceee5c234a23e7f04015d288c9ca588ec3cbb0e /Doc/library
parent2b1ec17cebbbea22007c14c54e27c642983ad533 (diff)
downloadcpython-482d752dcb776d7267ebde155d77eba79ea8ad00.zip
cpython-482d752dcb776d7267ebde155d77eba79ea8ad00.tar.gz
cpython-482d752dcb776d7267ebde155d77eba79ea8ad00.tar.bz2
Remove footnote from versionchanged as it upsets LaTeX.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/xml.dom.minidom.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/library/xml.dom.minidom.rst b/Doc/library/xml.dom.minidom.rst
index 21b2d6c..47eb5af 100644
--- a/Doc/library/xml.dom.minidom.rst
+++ b/Doc/library/xml.dom.minidom.rst
@@ -142,8 +142,7 @@ module documentation. This section lists the differences between the API and
.. versionchanged:: 2.3
For the :class:`Document` node, an additional keyword argument
- *encoding* [1]_ can be
- used to specify the encoding field of the XML header.
+ *encoding* can be used to specify the encoding field of the XML header.
.. method:: Node.toxml([encoding])