Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 05f31bf

Browse files
committed
doc: fix typo
1 parent 24f1258 commit 05f31bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ or `the MSDN <http://msdn.microsoft.com/en-us/library/z0kc8e3z.aspx>`_ on Window
962962
.. function:: pipe()
963963

964964
Create a pipe. Return a pair of file descriptors ``(r, w)`` usable for
965-
reading and writing, respectively. The new file descriptor are
965+
reading and writing, respectively. The new file descriptor is
966966
:ref:`non-inheritable <fd_inheritance>`.
967967

968968
Availability: Unix, Windows.

0 commit comments

Comments
 (0)