10000 Doc: Avoid error lexing multiprocessing docs code block on Pygments 2… · miss-islington/cpython@8dbe653 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8dbe653

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 <CAM.Gerlach@Gerlach.CAM>
1 parent 7cb3a44 commit 8dbe653

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
@@ -433,7 +433,9 @@ process which created it.
433433
importable by the children. This is covered in :ref:`multiprocessing-programming`
434434
however it is worth pointing out here. This means that some examples, such
435435
as the :class:`multiprocessing.pool.Pool` examples will not work in the
436-
interactive interpreter. For example::
436+
interactive interpreter. For example:
437+
438+
.. code-block:: text
437439
438440
>>> from multiprocessing import Pool
439441
>>> p = Pool(5)

0 commit comments

Comments
 (0)
0