]> granicus.if.org Git - python/commitdiff
doc: fix typo
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 6 Nov 2013 00:48:45 +0000 (01:48 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 6 Nov 2013 00:48:45 +0000 (01:48 +0100)
Doc/library/os.rst

index f8b1025e79e6cd256a1050dcbbd4595ddd893c14..67f94ac8f3f18decbfd6e85e03babcae45d94cba 100644 (file)
@@ -962,7 +962,7 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
 .. function:: pipe()
 
    Create a pipe.  Return a pair of file descriptors ``(r, w)`` usable for
-   reading and writing, respectively. The new file descriptor are
+   reading and writing, respectively. The new file descriptor is
    :ref:`non-inheritable <fd_inheritance>`.
 
    Availability: Unix, Windows.