Skip to content

Commit 921bf61

Browse files
CAM-Gerlachmiss-islington
authored andcommitted
Doc: Avoid error lexing multiprocessing docs code block on Pygments 2.15.0 (pythonGH-103421)
(cherry picked from commit 75b6ab8) Co-authored-by: C.A.M. Gerlach <[email protected]>
1 parent 4075e01 commit 921bf61

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/library/multiprocessing.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,9 @@ process which created it.
443443
importable by the children. This is covered in :ref:`multiprocessing-programming`
444444
however it is worth pointing out here. This means that some examples, such
445445
as the :class:`multiprocessing.pool.Pool` examples will not work in the
446-
interactive interpreter. For example::
446+
interactive interpreter. For example:
447+
448+
.. code-block:: text
447449
448450
>>> from multiprocessing import Pool
449451
>>> p = Pool(5)

0 commit comments

Comments
 (0)