summaryrefslogtreecommitdiff
path: root/Doc/library/select.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/select.rst
parent1c4398f880c21d5e14462ef7096319da39148774 (diff)
downloadcpython-git-8b852f111eb3e3f2e4f53f207859fdb3654d9b10.tar.gz
Fix Issue #21528 - Fix documentation typos
Diffstat (limited to 'Doc/library/select.rst')
-rw-r--r--Doc/library/select.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/select.rst b/Doc/library/select.rst
index 973a0cc7d6..a5e0c133e9 100644
--- a/Doc/library/select.rst
+++ b/Doc/library/select.rst
@@ -210,7 +210,7 @@ object.
.. warning::
Registering a file descriptor that's already registered is not an
- error, but the result is undefined. The appropiate action is to
+ error, but the result is undefined. The appropriate action is to
unregister or modify it first. This is an important difference
compared with :c:func:`poll`.