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
  • Loading branch information
Mariatta committed Jun 30, 2022
1 parent 594c369 commit 62bb7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/multiprocessing.rst
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 62bb7a3

Please sign in to comment.