Revert "Avoid error lexing multiprocessing docs code block on Pygments 2.15.0" (#103616)

This reverts commit ace51dcdb7.
This commit is contained in:
Hugo van Kemenade 2023-04-22 15:41:58 -06:00 committed by GitHub
parent ea2c001650
commit 8cb2b0f953
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -452,9 +452,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)