Skip to content

Commit ace51dc

Browse files
committed
Avoid error lexing multiprocessing docs code block on Pygments 2.15.0
1 parent c3cd3d1 commit ace51dc

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)