From: Mariatta Wijaya Date: Thu, 30 Jun 2022 17:23:04 +0000 (-0700) Subject: multiprocessing.spawn doc: Capitalize the p in "Python" (gh-94462) X-Git-Tag: v3.12.0a1~1056 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62bb7a3b50150495e215d7bd32f633eef81b3bc2;p=thirdparty%2FPython%2Fcpython.git multiprocessing.spawn doc: Capitalize the p in "Python" (gh-94462) --- diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index 2a66b0f65c08..a8e35bc08474 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -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