[Python-checkins] cpython: small grammar fix.

georg.brandl python-checkins at python.org
Tue Jan 14 12:27:25 CET 2014


http://hg.python.org/cpython/rev/7b67ce011d4c
changeset:   88468:7b67ce011d4c
parent:      88417:1638360eea41
user:        Georg Brandl <georg at python.org>
date:        Sun Jan 12 18:03:12 2014 +0100
summary:
  small grammar fix.

files:
  Doc/library/select.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/select.rst b/Doc/library/select.rst
--- a/Doc/library/select.rst
+++ b/Doc/library/select.rst
@@ -313,7 +313,7 @@
 
 .. method:: epoll.modify(fd, eventmask)
 
-   Modify a register file descriptor.
+   Modify a registered file descriptor.
 
 
 .. method:: epoll.unregister(fd)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list