[Python-checkins] cpython: reST fixes for /dev/poll

jesus.cea python-checkins at python.org
Tue Nov 15 05:43:05 CET 2011


http://hg.python.org/cpython/rev/ff7acde0faad
changeset:   73555:ff7acde0faad
parent:      73553:250091e60f28
user:        Jesus Cea <jcea at jcea.es>
date:        Tue Nov 15 05:42:59 2011 +0100
summary:
  reST fixes for /dev/poll

files:
  Doc/library/select.rst |  3 ++-
  1 files changed, 2 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
@@ -26,6 +26,7 @@
 
 
 .. function:: devpoll()
+
    (Only supported on Solaris and derivatives.)  Returns a ``/dev/poll``
    polling object; see section :ref:`devpoll-objects` below for the
    methods supported by devpoll objects.
@@ -33,7 +34,7 @@
    :c:func:`devpoll` objects are linked to the number of file
    descriptors allowed at the time of instantiation. If your program
    reduces this value, :c:func:`devpoll` will fail. If your program
-   increases this value, c:func:`devpoll` may return an
+   increases this value, :c:func:`devpoll` may return an
    incomplete list of active file descriptors.
 
    .. versionadded:: 3.3

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


More information about the Python-checkins mailing list