diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-23 17:46:29 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-11-23 17:46:29 (GMT) |
commit | 44dcd6bcb20629c660560769bed9d0ba39a173d0 (patch) | |
tree | 3fb384f76c313ca0b3937d19a16041096431b3d2 /Doc | |
parent | 8a6d1fed416fb84c74fa4fd948b3a2a395335278 (diff) | |
parent | ba4d8ed8f8d4fb999cdff94db7d6277d4a2042ac (diff) | |
download | cpython-44dcd6bcb20629c660560769bed9d0ba39a173d0.zip cpython-44dcd6bcb20629c660560769bed9d0ba39a173d0.tar.gz cpython-44dcd6bcb20629c660560769bed9d0ba39a173d0.tar.bz2 |
#16530: merge with 3.2.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/os.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index e253aac..722f7da 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -2925,7 +2925,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 |