[Python-checkins] r70393 - python/trunk/Doc/library/xml.dom.rst

georg.brandl python-checkins at python.org
Sun Mar 15 22:47:43 CET 2009


Author: georg.brandl
Date: Sun Mar 15 22:47:42 2009
New Revision: 70393

Log:
#5478: fix copy-paste oversight in function signature.

Modified:
   python/trunk/Doc/library/xml.dom.rst

Modified: python/trunk/Doc/library/xml.dom.rst
==============================================================================
--- python/trunk/Doc/library/xml.dom.rst	(original)
+++ python/trunk/Doc/library/xml.dom.rst	Sun Mar 15 22:47:42 2009
@@ -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.
 


More information about the Python-checkins mailing list