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