Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac5372 commit 4f93866Copy full SHA for 4f93866
1 file changed
Doc/library/multiprocessing.rst
@@ -1047,9 +1047,9 @@ Miscellaneous
1047
1048
.. versionadded:: 3.4
1049
1050
-.. function:: set_executable()
+.. function:: set_executable(executable)
1051
1052
- 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.
1053
(By default :data:`sys.executable` is used). Embedders will probably need to
1054
do some thing like ::
1055
0 commit comments