There was an error while loading. Please reload this page.
1 parent fe6399e commit 3ef8058Copy full SHA for 3ef8058
1 file changed
Doc/whatsnew/3.4.rst
@@ -1123,7 +1123,7 @@ multiprocessing
1123
.. _whatsnew-multiprocessing-no-fork:
1124
1125
On Unix two new :ref:`start methods <multiprocessing-start-methods>`,
1126
-(``spawn`` and ``forkserver``, have been added for starting processes using
+``spawn`` and ``forkserver``, have been added for starting processes using
1127
:mod:`multiprocessing`. These make the mixing of processes with threads more
1128
robust, and the ``spawn`` method matches the semantics that multiprocessing has
1129
always used on Windows. New function
0 commit comments