]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
multiprocessing.spawn doc: Capitalize the p in "Python" (gh-94462)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 30 Jun 2022 18:22:58 +0000 (11:22 -0700)
committerGitHub <noreply@github.com>
Thu, 30 Jun 2022 18:22:58 +0000 (11:22 -0700)
(cherry picked from commit 62bb7a3b50150495e215d7bd32f633eef81b3bc2)

Co-authored-by: Mariatta Wijaya <Mariatta@users.noreply.github.com>
Doc/library/multiprocessing.rst

index de8f9718337d77c8f894d48cc4af884bd4de0d6c..0de44855a50c04bb2d1ebb578dd71da84927d5b4 100644 (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