multiprocessing.spawn doc: Capitalize the p in "Python" (gh-94462)

This commit is contained in:
Mariatta Wijaya 2022-06-30 10:23:04 -07:00 committed by GitHub
parent 594c369949
commit 62bb7a3b50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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