]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-115652: Fix indentation in the documentation of multiprocessing.get_start_m...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 19 Feb 2024 15:09:07 +0000 (16:09 +0100)
committerGitHub <noreply@github.com>
Mon, 19 Feb 2024 15:09:07 +0000 (17:09 +0200)
(cherry picked from commit d504968983c5cd5ddbdf73ccd3693ffb89e7952f)

Co-authored-by: Daniel Haag <121057143+denialhaag@users.noreply.github.com>
Doc/library/multiprocessing.rst

index 7745447065733fb669ad2945fd54579bbb6b18be..3410e37e3abe1f23f3df338bbebfe76271dd29e7 100644 (file)
@@ -1065,13 +1065,13 @@ Miscellaneous
    or ``None``.  ``'fork'`` is the default on Unix, while ``'spawn'`` is
    the default on Windows and macOS.
 
-.. versionchanged:: 3.8
+   .. versionadded:: 3.4
 
-   On macOS, the *spawn* start method is now the default.  The *fork* start
-   method should be considered unsafe as it can lead to crashes of the
-   subprocess. See :issue:`33725`.
+   .. versionchanged:: 3.8
 
-   .. versionadded:: 3.4
+      On macOS, the *spawn* start method is now the default.  The *fork* start
+      method should be considered unsafe as it can lead to crashes of the
+      subprocess. See :issue:`33725`.
 
 .. function:: set_executable(executable)