From: Victor Stinner Date: Wed, 6 Nov 2013 00:48:45 +0000 (+0100) Subject: doc: fix typo X-Git-Tag: v3.4.0b1~380 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=05f31bfef3fe3d0a18886b6912711aefd98bddc1;p=thirdparty%2FPython%2Fcpython.git doc: fix typo --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index f8b1025e79e6..67f94ac8f3f1 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -962,7 +962,7 @@ or `the MSDN `_ 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 `. Availability: Unix, Windows.