From f9227f32ae47d0c05880832fd4d8637bb568b6e2 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Sun, 18 Sep 2022 00:14:55 -0400 Subject: [PATCH] Fix capitalization of Unix in multiprocessing documentation --- Doc/library/multiprocessing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index caf24a35fdfc84..d74fe92f20d0cf 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.