]> granicus.if.org Git - python/commitdiff
#16530: the "options" arg of os.wait3 is required.
authorEzio Melotti <ezio.melotti@gmail.com>
Fri, 23 Nov 2012 17:45:52 +0000 (19:45 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Fri, 23 Nov 2012 17:45:52 +0000 (19:45 +0200)
Doc/library/os.rst

index 94298108779d02b5af2b209ade6583cb01cc26ee..abacd24a54646e5a08d6ce7fbe60aafc65a3dce2 100644 (file)
@@ -2075,7 +2075,7 @@ written in Python, such as a mail server's external command delivery program.
    with :const:`P_NOWAIT` return suitable process handles.
 
 
-.. function:: wait3([options])
+.. function:: wait3(options)
 
    Similar to :func:`waitpid`, except no process id argument is given and a
    3-element tuple containing the child's process id, exit status indication, and