Skip to content

Commit c0632a2

Browse files
authored
Update Doc/library/os.rst
1 parent 0414ac7 commit c0632a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/os.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1980,7 +1980,7 @@ created by Python are non-inheritable by default.
19801980

19811981
On UNIX, non-inheritable file descriptors are closed in child processes at the
19821982
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`.
1983+
non-inheritable file descriptors are still *inherited* by child processes on :func:`os.fork`.
19841984

19851985
On Windows, non-inheritable handles and file descriptors are closed in child
19861986
processes, except for standard streams (file descriptors 0, 1 and 2: stdin, stdout

0 commit comments

Comments
 (0)