mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos.
Related Issues: #issue21528 #issue24453
This commit is contained in:
parent
1c90670bc2
commit
b4760efbad
28 changed files with 37 additions and 37 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue