mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix the signature of multiprocessing.set_executable (GH-31276)
Automerge-Triggered-By: GH:merwok
This commit is contained in:
parent
0ac5372bf6
commit
4f9386661d
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue