Skip to content

Commit 44dcd6b

Browse files
committed
#16530: merge with 3.2.
2 parents 8a6d1fe + ba4d8ed commit 44dcd6b

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
@@ -2925,7 +2925,7 @@ written in Python, such as a mail server's external command delivery program.
29252925
with :const:`P_NOWAIT` return suitable process handles.
29262926

29272927

2928-
.. function:: wait3([options])
2928+
.. function:: wait3(options)
29292929

29302930
Similar to :func:`waitpid`, except no process id argument is given and a
29312931
3-element tuple containing the child's process id, exit status indication, and

0 commit comments

Comments
 (0)