Issue #27993: Fix problems with plural objects in docs and comments

This commit is contained in:
Martin Panter 2016-09-07 11:04:41 +00:00
parent 0be894b2f6
commit 0f0eac431f
7 changed files with 10 additions and 11 deletions

View file

@ -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.