Fix the signature of multiprocessing.set_executable (GH-31276)

Automerge-Triggered-By: GH:merwok
This commit is contained in:
Géry Ogam 2022-02-11 15:42:54 +01:00 committed by GitHub
parent 0ac5372bf6
commit 4f9386661d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1047,9 +1047,9 @@ Miscellaneous
.. versionadded:: 3.4
.. function:: set_executable()
.. function:: set_executable(executable)
Sets the path of the Python interpreter to use when starting a child process.
Set the path of the Python interpreter to use when starting a child process.
(By default :data:`sys.executable` is used). Embedders will probably need to
do some thing like ::