mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
multiprocessing.spawn doc: Capitalize the p in "Python" (gh-94462)
This commit is contained in:
parent
594c369949
commit
62bb7a3b50
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ Depending on the platform, :mod:`multiprocessing` supports three ways
|
|||
to start a process. These *start methods* are
|
||||
|
||||
*spawn*
|
||||
The parent process starts a fresh python interpreter process. The
|
||||
The parent process starts a fresh Python interpreter process. The
|
||||
child process will only inherit those resources necessary to run
|
||||
the process object's :meth:`~Process.run` method. In particular,
|
||||
unnecessary file descriptors and handles from the parent process
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue