Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44f323c

Browse files
committed
Merge 3.4
2 parents 6aeda91 + 3ef8058 commit 44f323c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/3.4.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ multiprocessing
11231123
.. _whatsnew-multiprocessing-no-fork:
11241124

11251125
On Unix two new :ref:`start methods <multiprocessing-start-methods>`,
1126-
(``spawn`` and ``forkserver``, have been added for starting processes using
1126+
``spawn`` and ``forkserver``, have been added for starting processes using
11271127
:mod:`multiprocessing`. These make the mixing of processes with threads more
11281128
robust, and the ``spawn`` method matches the semantics that multiprocessing has
11291129
always used on Windows. New function

0 commit comments

Comments
 (0)