From: Georg Brandl Date: Sun, 15 Mar 2009 21:47:42 +0000 (+0000) Subject: #5478: fix copy-paste oversight in function signature. X-Git-Tag: v2.7a1~1855 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8db96b5969538f1bba98ba5cdb7af1c66ff7875b;p=python #5478: fix copy-paste oversight in function signature. --- diff --git a/Doc/library/xml.dom.rst b/Doc/library/xml.dom.rst index 16cfad5b7a..8a74e7d3db 100644 --- a/Doc/library/xml.dom.rst +++ b/Doc/library/xml.dom.rst @@ -611,7 +611,7 @@ of that class. Same as equivalent method in the :class:`Document` class. -.. method:: Element.getElementsByTagNameNS(tagName) +.. method:: Element.getElementsByTagNameNS(namespaceURI, localName) Same as equivalent method in the :class:`Document` class.