]> granicus.if.org Git - python/commitdiff
There is no method named "register(fd, eventmask)"; fix markup to just indicate this...
authorJean-Paul Calderone <exarkun@divmod.com>
Sun, 18 Jul 2010 16:13:27 +0000 (16:13 +0000)
committerJean-Paul Calderone <exarkun@divmod.com>
Sun, 18 Jul 2010 16:13:27 +0000 (16:13 +0000)
Doc/library/select.rst

index 829b2a1272473d9229594ddaa4cdf81fdfe9a984..eb63710c3c0f2350381ebf78d790b99dae2b4948 100644 (file)
@@ -233,7 +233,7 @@ linearly scanned again. :cfunc:`select` is O(highest file descriptor), while
 .. method:: poll.modify(fd, eventmask)
 
    Modifies an already registered fd. This has the same effect as
-   :meth:`register(fd, eventmask)`.  Attempting to modify a file descriptor
+   ``register(fd, eventmask)``.  Attempting to modify a file descriptor
    that was never registered causes an :exc:`IOError` exception with errno
    :const:`ENOENT` to be raised.