Commit 05f31bfe authored by Victor Stinner's avatar Victor Stinner

doc: fix typo

parent 24f12587
...@@ -962,7 +962,7 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window ...@@ -962,7 +962,7 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
.. function:: pipe() .. function:: pipe()
Create a pipe. Return a pair of file descriptors ``(r, w)`` usable for 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>`. :ref:`non-inheritable <fd_inheritance>`.
Availability: Unix, Windows. Availability: Unix, Windows.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment