From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:09:21 +0000 (+0100) Subject: [3.12] gh-115652: Fix indentation in the documentation of multiprocessing.get_start_m... X-Git-Tag: v3.12.3~247 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=94d1a7b853cf115e52e07e14576d3dd75ecd4a8c;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-115652: Fix indentation in the documentation of multiprocessing.get_start_method (GH-115658) (GH-115659) (cherry picked from commit d504968983c5cd5ddbdf73ccd3693ffb89e7952f) Co-authored-by: Daniel Haag <121057143+denialhaag@users.noreply.github.com> --- diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index 5b371caf43d5..8a33e552272f 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -1077,13 +1077,13 @@ Miscellaneous The return value can be ``'fork'``, ``'spawn'``, ``'forkserver'`` or ``None``. See :ref:`multiprocessing-start-methods`. -.. 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)