Skip to content

Commit 050b6b3

Browse files
[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 commit ace51dc. (cherry picked from commit 8cb2b0f) Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 7f6710b commit 050b6b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Doc/library/multiprocessing.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -445,9 +445,7 @@ process which created it.
445445
importable by the children. This is covered in :ref:`multiprocessing-programming`
446446
however it is worth pointing out here. This means that some examples, such
447447
as the :class:`multiprocessing.pool.Pool` examples will not work in the
448-
interactive interpreter. For example:
449-
450-
.. code-block:: text
448+
interactive interpreter. For example::
451449

452450
>>> from multiprocessing import Pool
453451
>>> p = Pool(5)

0 commit comments

Comments
 (0)