Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6aeda91 + 3ef8058 commit 44f323cCopy full SHA for 44f323c
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