Skip to content

Commit 75b6ab8

Browse files
authored
Doc: Avoid error lexing multiprocessing docs code block on Pygments 2.15.0 (#103421)
1 parent d034590 commit 75b6ab8

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
@@ -452,7 +452,9 @@ process which created it.
452452
importable by the children. This is covered in :ref:`multiprocessing-programming`
453453
however it is worth pointing out here. This means that some examples, such
454454
as the :class:`multiprocessing.pool.Pool` examples will not work in the
455-
interactive interpreter. For example::
455+
interactive interpreter. For example:
456+
457+
.. code-block:: text
456458
457459
>>> from multiprocessing import Pool
458460
>>> p = Pool(5)

0 commit comments

Comments
 (0)