Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos.

Related Issues:

#issue21528
#issue24453
This commit is contained in:
Senthil Kumaran 2015-06-14 17:35:37 -07:00
parent 1c90670bc2
commit b4760efbad
28 changed files with 37 additions and 37 deletions

View file

@ -412,7 +412,7 @@ objects:
.. method:: NodeList.item(i)
Return the *i*'th item from the sequence, if there is one, or ``None``. The
index *i* is not allowed to be less then zero or greater than or equal to the
index *i* is not allowed to be less than zero or greater than or equal to the
length of the sequence.