]> granicus.if.org Git - python/commitdiff
#5478: fix copy-paste oversight in function signature.
authorGeorg Brandl <georg@python.org>
Sun, 15 Mar 2009 21:47:42 +0000 (21:47 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 15 Mar 2009 21:47:42 +0000 (21:47 +0000)
Doc/library/xml.dom.rst

index 16cfad5b7a9d69c60cf98ba6c5060ea8b5e242f2..8a74e7d3db0511624098e4c3e50515042bec8f43 100644 (file)
@@ -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.