Skip to content

Commit

Permalink
multiprocessing.spawn doc: Capitalize the p in "Python" (gh-94462)
Browse files Browse the repository at this point in the history
(cherry picked from commit 62bb7a3)

Co-authored-by: Mariatta Wijaya <[email protected]>
  • Loading branch information
miss-islington and Mariatta authored Jun 30, 2022
1 parent 9ebec7d commit 6c40538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/multiprocessing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c40538

Please sign in to comment.