Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f1258 commit 05f31bfCopy full SHA for 05f31bf
1 file changed
Doc/library/os.rst
@@ -962,7 +962,7 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
962
.. function:: pipe()
963
964
Create a pipe. Return a pair of file descriptors ``(r, w)`` usable for
965
- reading and writing, respectively. The new file descriptor are
+ reading and writing, respectively. The new file descriptor is
966
:ref:`non-inheritable <fd_inheritance>`.
967
968
Availability: Unix, Windows.
0 commit comments