summaryrefslogtreecommitdiffstats
path: root/Doc/library/multiprocessing.rst
diff options
context:
space:
mode:
authorWill Hawkins <8715530+hawkinsw@users.noreply.github.com>2022-10-01 23:41:06 (GMT)
committerGitHub <noreply@github.com>2022-10-01 23:41:06 (GMT)
commitbd7d0e875e6955dd69cde18a034e59a75b8b4d00 (patch)
treeed258540b7b5cd3a14f51abf8c4ccfedf81f157a /Doc/library/multiprocessing.rst
parentf00645d5dbf4cfa0b8f382c8977724578dff191d (diff)
downloadcpython-bd7d0e875e6955dd69cde18a034e59a75b8b4d00.zip
cpython-bd7d0e875e6955dd69cde18a034e59a75b8b4d00.tar.gz
cpython-bd7d0e875e6955dd69cde18a034e59a75b8b4d00.tar.bz2
Fix capitalization of Unix in documentation (#96913)
Diffstat (limited to 'Doc/library/multiprocessing.rst')
-rw-r--r--Doc/library/multiprocessing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
index caf24a3..d74fe92 100644
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -144,8 +144,8 @@ to start a process. These *start methods* are
subprocess. See :issue:`33725`.
.. versionchanged:: 3.4
- *spawn* added on all unix platforms, and *forkserver* added for
- some unix platforms.
+ *spawn* added on all Unix platforms, and *forkserver* added for
+ some Unix platforms.
Child processes no longer inherit all of the parents inheritable
handles on Windows.