mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
doc: fix typo
This commit is contained in:
parent
24f125871b
commit
05f31bfef3
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue