commit | 8db96b5969538f1bba98ba5cdb7af1c66ff7875b | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Mar 15 21:47:42 2009 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Mar 15 21:47:42 2009 +0000 |
tree | 0772d040af2b9c84d93e669b38e4bee11adf36d6 | |
parent | 44e5cd3e517e266eb89281ace5033571179e8931 [diff] [blame] |
#5478: fix copy-paste oversight in function signature.
diff --git a/Doc/library/xml.dom.rst b/Doc/library/xml.dom.rst index 16cfad5..8a74e7d 100644 --- a/Doc/library/xml.dom.rst +++ b/Doc/library/xml.dom.rst
@@ -611,7 +611,7 @@ 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.