diff options
-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 47eb5afeb5..ae1f8c5abd 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`: |