#16530: merge with 3.2.
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 @@
    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