8000 gh-115652: Fix indentation in the documentation of multiprocessing.ge… · python/cpython@d504968 · GitHub
[go: up one dir, main page]

Skip to content

Commit d504968

Browse files
authored
gh-115652: Fix indentation in the documentation of multiprocessing.get_start_method (GH-115658)
1 parent aa8c1a0 commit d504968

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/library/multiprocessing.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,13 +1084,13 @@ Miscellaneous
10841084
The return value can be ``'fork'``, ``'spawn'``, ``'forkserver'``
10851085
or ``None``. See :ref:`multiprocessing-start-methods`.
10861086

1087-
.. versionchanged:: 3.8
1087+
.. versionadded:: 3.4
10881088

1089-
On macOS, the *spawn* start method is now the default. The *fork* start
1090-
method should be considered unsafe as it can lead to crashes of the
1091-
subprocess. See :issue:`33725`.
1089+
.. versionchanged:: 3.8
10921090

1093-
.. versionadded:: 3.4
1091+
On macOS, the *spawn* start method is now the default. The *fork* start
1092+
method should be considered unsafe as it can lead to crashes of the
1093+
subprocess. See :issue:`33725`.
10941094

10951095
.. function:: set_executable(executable)
10961096

0 commit comments

Comments
 (0)
0