]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
multiprocessing.spawn doc: Capitalize the p in "Python" (gh-94462)
authorMariatta Wijaya <Mariatta@users.noreply.github.com>
Thu, 30 Jun 2022 17:23:04 +0000 (10:23 -0700)
committerGitHub <noreply@github.com>
Thu, 30 Jun 2022 17:23:04 +0000 (10:23 -0700)
Doc/library/multiprocessing.rst

index 2a66b0f65c0882466db932733a1e0e74d5d2c707..a8e35bc084747237b4f411108dab032ffff75379 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