mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #27993: Fix problems with plural objects in docs and comments
This commit is contained in:
parent
0be894b2f6
commit
0f0eac431f
7 changed files with 10 additions and 11 deletions
|
@ -404,7 +404,7 @@ NodeList Objects
|
|||
^^^^^^^^^^^^^^^^
|
||||
|
||||
A :class:`NodeList` represents a sequence of nodes. These objects are used in
|
||||
two ways in the DOM Core recommendation: the :class:`Element` objects provides
|
||||
two ways in the DOM Core recommendation: an :class:`Element` object provides
|
||||
one as its list of child nodes, and the :meth:`getElementsByTagName` and
|
||||
:meth:`getElementsByTagNameNS` methods of :class:`Node` return objects with this
|
||||
interface to represent query results.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue