mirror of
https://github.com/python/cpython.git
synced 2025-10-02 21:25:24 +00:00
[3.11] Revert "Avoid error lexing multiprocessing docs code block on Pygments 2.15.0" (GH-103616) (#103695)
Revert "Avoid error lexing multiprocessing docs code block on Pygments 2.15.0" (GH-103616) This reverts commitace51dcdb7
. (cherry picked from commit8cb2b0f953
) Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
7f6710bab6
commit
050b6b34d0
1 changed files with 1 additions and 3 deletions
|
@ -445,9 +445,7 @@ process which created it.
|
|||
importable by the children. This is covered in :ref:`multiprocessing-programming`
|
||||
however it is worth pointing out here. This means that some examples, such
|
||||
as the :class:`multiprocessing.pool.Pool` examples will not work in the
|
||||
interactive interpreter. For example:
|
||||
|
||||
.. code-block:: text
|
||||
interactive interpreter. For example::
|
||||
|
||||
>>> from multiprocessing import Pool
|
||||
>>> p = Pool(5)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue