summaryrefslogtreecommitdiffstats
path: root/Doc/library/multiprocessing.rst
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-08-30 13:21:32 (GMT)
committerGitHub <noreply@github.com>2023-08-30 13:21:32 (GMT)
commit2e60d58fff9f7d2212adf9a435d334a85ca74806 (patch)
treee28c949a8b952795408c6e84e90359baca49f0c6 /Doc/library/multiprocessing.rst
parentecabf1e19fb52c2ee27c4ad85dfb49bb6b021fc1 (diff)
downloadcpython-2e60d58fff9f7d2212adf9a435d334a85ca74806.zip
cpython-2e60d58fff9f7d2212adf9a435d334a85ca74806.tar.gz
cpython-2e60d58fff9f7d2212adf9a435d334a85ca74806.tar.bz2
[3.12] Fix typo in multiprocessing docs (GH-108666) (#108677)
Fix typo in multiprocessing docs (GH-108666) (cherry picked from commit 38ab0dba801884b0963ef0daa95e94e120a2b524) Co-authored-by: kato8966 <66937409+kato8966@users.noreply.github.com>
Diffstat (limited to 'Doc/library/multiprocessing.rst')
-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 2efc08f..38d24a8 100644
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -2988,7 +2988,7 @@ Global variables
Safe importing of main module
Make sure that the main module can be safely imported by a new Python
- interpreter without causing unintended side effects (such a starting a new
+ interpreter without causing unintended side effects (such as starting a new
process).
For example, using the *spawn* or *forkserver* start method