Commit 3ef80587 authored by Benjamin Peterson's avatar Benjamin Peterson

remove stray '(' (closes #24547)

parent fe6399e8
......@@ -1123,7 +1123,7 @@ multiprocessing
.. _whatsnew-multiprocessing-no-fork:
On Unix two new :ref:`start methods <multiprocessing-start-methods>`,
(``spawn`` and ``forkserver``, have been added for starting processes using
``spawn`` and ``forkserver``, have been added for starting processes using
:mod:`multiprocessing`. These make the mixing of processes with threads more
robust, and the ``spawn`` method matches the semantics that multiprocessing has
always used on Windows. New function
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment