summaryrefslogtreecommitdiff
path: root/Doc/library/xml.dom.rst
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2014-05-20 12:58:38 -0400
committerDonald Stufft <donald@stufft.io>2014-05-20 12:58:38 -0400
commit8b852f111eb3e3f2e4f53f207859fdb3654d9b10 (patch)
tree7b730a2191a3fcc424e834994b35c24b1f4dbd3d /Doc/library/xml.dom.rst
parent1c4398f880c21d5e14462ef7096319da39148774 (diff)
downloadcpython-git-8b852f111eb3e3f2e4f53f207859fdb3654d9b10.tar.gz
Fix Issue #21528 - Fix documentation typos
Diffstat (limited to 'Doc/library/xml.dom.rst')
-rw-r--r--Doc/library/xml.dom.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/xml.dom.rst b/Doc/library/xml.dom.rst
index 19512ed3f7..4914738dfc 100644
--- a/Doc/library/xml.dom.rst
+++ b/Doc/library/xml.dom.rst
@@ -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.