Browse Source

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

Automerge-Triggered-By: GH:merwok
(cherry picked from commit 4f9386661d)

Co-authored-by: Géry Ogam <gery.ogam@gmail.com>

Co-authored-by: Géry Ogam <gery.ogam@gmail.com>
pull/31342/head
Miss Islington (bot) 4 years ago
committed by GitHub
parent
commit
543242ad8c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Doc/library/multiprocessing.rst

4
Doc/library/multiprocessing.rst

@ -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 ::

Loading…
Cancel
Save