summaryrefslogtreecommitdiffstats
path: root/Doc/library/os.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-11-23 17:46:52 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-11-23 17:46:52 (GMT)
commitff790aac6613b5e6e894a3113876c800012863b3 (patch)
tree2d1e1ebf9cebdc4a753c95a43a9dd0f16767b262 /Doc/library/os.rst
parent8b9a8f3c98d02c9e9721570428aa8420568b8f02 (diff)
parent44dcd6bcb20629c660560769bed9d0ba39a173d0 (diff)
downloadcpython-ff790aac6613b5e6e894a3113876c800012863b3.zip
cpython-ff790aac6613b5e6e894a3113876c800012863b3.tar.gz
cpython-ff790aac6613b5e6e894a3113876c800012863b3.tar.bz2
#16530: merge with 3.3.
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r--Doc/library/os.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index f4e4d6f..a82b401 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