]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Revert "Avoid error lexing multiprocessing docs code block on Pygments 2.15.0" (...
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Sat, 22 Apr 2023 21:41:58 +0000 (15:41 -0600)
committerGitHub <noreply@github.com>
Sat, 22 Apr 2023 21:41:58 +0000 (15:41 -0600)
This reverts commit ace51dcdb781b0608b1273d246ebaee849561435.

Doc/library/multiprocessing.rst

index 84e309f1bc832656989abcdebced9fe3c1a731d3..8454296b815b41e402df09e40b075e084dc91a44 100644 (file)
@@ -452,9 +452,7 @@ process which created it.
    importable by the children. This is covered in :ref:`multiprocessing-programming`
    however it is worth pointing out here. This means that some examples, such
    as the :class:`multiprocessing.pool.Pool` examples will not work in the
-   interactive interpreter. For example:
-
-   .. code-block:: text
+   interactive interpreter. For example::
 
       >>> from multiprocessing import Pool
       >>> p = Pool(5)