Skip to content

Commit 4f93866

Browse files
authored
Fix the signature of multiprocessing.set_executable (GH-31276)
Automerge-Triggered-By: GH:merwok
1 parent 0ac5372 commit 4f93866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/multiprocessing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,9 +1047,9 @@ Miscellaneous
10471047

10481048
.. versionadded:: 3.4
10491049

1050-
.. function:: set_executable()
1050+
.. function:: set_executable(executable)
10511051

1052-
Sets the path of the Python interpreter to use when starting a child process.
1052+
Set the path of the Python interpreter to use when starting a child process.
10531053
(By default :data:`sys.executable` is used). Embedders will probably need to
10541054
do some thing like ::
10551055

0 commit comments

Comments
 (0)