Skip to content

Commit 4a05392

Browse files
Doc: Avoid error lexing multiprocessing docs code block on Pygments 2.15.0 (GH-103421)
(cherry picked from commit 75b6ab8) Co-authored-by: C.A.M. Gerlach <[email protected]>
1 parent b80e4c8 commit 4a05392

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
@@ -445,7 +445,9 @@ 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::
448+
interactive interpreter. For example:
449+
450+
.. code-block:: text
449451
450452
>>> from multiprocessing import Pool
451453
>>> p = Pool(5)

0 commit comments

Comments
 (0)