[Python-checkins] r61615 - python/trunk/Doc/library/xml.dom.minidom.rst
georg.brandl
python-checkins at python.org
Wed Mar 19 08:56:41 CET 2008
Author: georg.brandl
Date: Wed Mar 19 08:56:40 2008
New Revision: 61615
Modified:
python/trunk/Doc/library/xml.dom.minidom.rst
Log:
Remove footnote from versionchanged as it upsets LaTeX.
Modified: python/trunk/Doc/library/xml.dom.minidom.rst
==============================================================================
--- python/trunk/Doc/library/xml.dom.minidom.rst (original)
+++ python/trunk/Doc/library/xml.dom.minidom.rst Wed Mar 19 08:56:40 2008
@@ -142,8 +142,7 @@
.. 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])
More information about the Python-checkins
mailing list