diff -r 3ae2cd85a908 Doc/library/select.rst --- a/Doc/library/select.rst Sun Mar 09 11:18:16 2014 +0100 +++ b/Doc/library/select.rst Tue Mar 25 17:22:31 2014 +0530 @@ -74,7 +74,7 @@ .. versionchanged:: 3.4 Support for the :keyword:`with` statement was added. - The new file descriptor is now non-inheritable. + The new file descriptor is now non-inheritable. :const:`EPOLL_CLOEXEC` is used internally by default. .. function:: poll()