]> granicus.if.org Git - python/commitdiff
#9258: fix copy-paste errors.
authorGeorg Brandl <georg@python.org>
Wed, 14 Jul 2010 08:00:22 +0000 (08:00 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 14 Jul 2010 08:00:22 +0000 (08:00 +0000)
Doc/library/select.rst

index 60a894f0b9185cbca24ca06d15990cb25feada70..829b2a1272473d9229594ddaa4cdf81fdfe9a984 100644 (file)
@@ -41,14 +41,14 @@ The module defines the following:
 
 .. function:: kqueue()
 
-   (Only supported on BSD.)  Returns a kernel queue object object; see section
+   (Only supported on BSD.)  Returns a kernel queue object; see section
    :ref:`kqueue-objects` below for the methods supported by kqueue objects.
 
 
 .. function:: kevent(ident, filter=KQ_FILTER_READ, flags=KQ_EV_ADD, fflags=0, data=0, udata=0)
 
-   (Only supported on BSD.)  Returns a kernel event object object; see section
-   :ref:`kevent-objects` below for the methods supported by kqueue objects.
+   (Only supported on BSD.)  Returns a kernel event object; see section
+   :ref:`kevent-objects` below for the methods supported by kevent objects.
 
 
 .. function:: select(rlist, wlist, xlist[, timeout])