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 0414ac7 commit c0632a2Copy full SHA for c0632a2
Doc/library/os.rst
@@ -1980,7 +1980,7 @@ created by Python are non-inheritable by default.
1980
1981
On UNIX, non-inheritable file descriptors are closed in child processes at the
1982
execution of a new program, other file descriptors are inherited. Note that
1983
-non-inheritable file descriptors are still *inherited* by child process on :func:`os.fork`.
+non-inheritable file descriptors are still *inherited* by child processes on :func:`os.fork`.
1984
1985
On Windows, non-inheritable handles and file descriptors are closed in child
1986
processes, except for standard streams (file descriptors 0, 1 and 2: stdin, stdout
0 commit comments