diff options
author | Georg Brandl <georg@python.org> | 2008-03-19 07:57:57 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-03-19 07:57:57 (GMT) |
commit | 97e863eaf85f9186bbe5e556e32a85465c8dab43 (patch) | |
tree | d8cc24204d08fe82fabf8ffdc577a225a655dd71 /Doc | |
parent | 482d752dcb776d7267ebde155d77eba79ea8ad00 (diff) | |
download | cpython-97e863eaf85f9186bbe5e556e32a85465c8dab43.zip cpython-97e863eaf85f9186bbe5e556e32a85465c8dab43.tar.gz cpython-97e863eaf85f9186bbe5e556e32a85465c8dab43.tar.bz2 |
Another one.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/xml.dom.minidom.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xml.dom.minidom.rst b/Doc/library/xml.dom.minidom.rst index 47eb5af..ae1f8c5 100644 --- a/Doc/library/xml.dom.minidom.rst +++ b/Doc/library/xml.dom.minidom.rst @@ -172,7 +172,7 @@ module documentation. This section lists the differences between the API and .. versionadded:: 2.1 .. versionchanged:: 2.3 - the encoding [1]_ argument; see :meth:`toxml`. + the encoding argument; see :meth:`toxml`. The following standard DOM methods have special considerations with :mod:`xml.dom.minidom`: |