summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-06-30 18:22:58 (GMT)
committerGitHub <noreply@github.com>2022-06-30 18:22:58 (GMT)
commitb8544e18e61a0f4a873b3f4b4b2211822584b63f (patch)
treeaf71aec08c2015475647045aef874787120f0cdb /Doc
parent47f23b2d8a14a2f182375c840776eadfc371c726 (diff)
downloadcpython-b8544e18e61a0f4a873b3f4b4b2211822584b63f.zip
cpython-b8544e18e61a0f4a873b3f4b4b2211822584b63f.tar.gz
cpython-b8544e18e61a0f4a873b3f4b4b2211822584b63f.tar.bz2
multiprocessing.spawn doc: Capitalize the p in "Python" (gh-94462)
(cherry picked from commit 62bb7a3b50150495e215d7bd32f633eef81b3bc2) Co-authored-by: Mariatta Wijaya <Mariatta@users.noreply.github.com>
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/multiprocessing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
index de8f971..0de4485 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