diff options
| author | Benjamin Peterson <benjamin@python.org> | 2015-07-01 22:36:21 -0500 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2015-07-01 22:36:21 -0500 |
| commit | 3ef80587f01af27427fc1fcc05d8fd1726edd23d (patch) | |
| tree | b8d614c0512b4c30dafd132e7af8a7772e6e85ea | |
| parent | fe6399e894413d292a29f870fdbe5f36f01db68b (diff) | |
| download | cpython-git-3ef80587f01af27427fc1fcc05d8fd1726edd23d.tar.gz | |
remove stray '(' (closes #24547)
| -rw-r--r-- | Doc/whatsnew/3.4.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 08cd412b0f..5176b9a7f6 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -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 |
