Skip to content

Commit

Permalink
pythongh-115652: Fix indentation in the documentation of multiprocess…
Browse files Browse the repository at this point in the history
…ing.get_start_method (pythonGH-115658)
  • Loading branch information
denialhaag committed Feb 19, 2024
1 parent aa8c1a0 commit d504968
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Doc/library/multiprocessing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1084,13 +1084,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)

Expand Down

0 comments on commit d504968

Please sign in to comment.