]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
remove stray '(' (closes #24547)
authorBenjamin Peterson <benjamin@python.org>
Thu, 2 Jul 2015 03:36:21 +0000 (22:36 -0500)
committerBenjamin Peterson <benjamin@python.org>
Thu, 2 Jul 2015 03:36:21 +0000 (22:36 -0500)
Doc/whatsnew/3.4.rst

index 08cd412b0fe6b63c7821ec8265061ce8c26e2a26..5176b9a7f69c4d107da0b0a230d4cb7c9e55d6ee 100644 (file)
@@ -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