diff options
author | Will Hawkins <8715530+hawkinsw@users.noreply.github.com> | 2022-10-01 23:41:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-01 23:41:06 (GMT) |
commit | bd7d0e875e6955dd69cde18a034e59a75b8b4d00 (patch) | |
tree | ed258540b7b5cd3a14f51abf8c4ccfedf81f157a /Doc/library/multiprocessing.rst | |
parent | f00645d5dbf4cfa0b8f382c8977724578dff191d (diff) | |
download | cpython-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.rst | 4 |
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. |