Skip to content

Commit 8cb2b0f

Browse files
authored
Revert "Avoid error lexing multiprocessing docs code block on Pygments 2.15.0" (#103616)
This reverts commit ace51dc.
1 parent ea2c001 commit 8cb2b0f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Doc/library/multiprocessing.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -452,9 +452,7 @@ 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:
456-
457-
.. code-block:: text
455+
interactive interpreter. For example::
458456

459457
>>> from multiprocessing import Pool
460458
>>> p = Pool(5)

0 commit comments

Comments
 (0)