Skip to content

Commit 36d6f41

Browse files
committed
Serhiy's review (getElementsByTagNameNS not defind in Node)
1 parent 7f8a079 commit 36d6f41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/xml.dom.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,8 @@ NodeList Objects
410410
A :class:`!NodeList` represents a sequence of nodes. These objects are used in
411411
two ways in the DOM Core recommendation: an :class:`Element` object provides
412412
one as its list of child nodes, and the :meth:`getElementsByTagName` and
413-
:meth:`getElementsByTagNameNS` methods of :class:`Node` return objects with this
414-
interface to represent query results.
413+
:meth:`getElementsByTagNameNS` methods of :class:`Element` & :class:`Document`
414+
return objects with this interface to represent query results.
415415

416416
The DOM Level 2 recommendation defines one method and one attribute for these
417417
objects:

0 commit comments

Comments
 (0)