[Python-checkins] Doc: Avoid error lexing multiprocessing docs code block on Pygments 2.15.0 (GH-103421)

miss-islington webhook-mailer at python.org
Tue Apr 11 00:07:28 EDT 2023


https://github.com/python/cpython/commit/4a05392adb1b0892c2d93bcf29170cd53e06b811
commit: 4a05392adb1b0892c2d93bcf29170cd53e06b811
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2023-04-10T21:07:21-07:00
summary:

Doc: Avoid error lexing multiprocessing docs code block on Pygments 2.15.0 (GH-103421)

(cherry picked from commit 75b6ab80da95f7d731b0d69b8ee8adb095b24d27)

Co-authored-by: C.A.M. Gerlach <CAM.Gerlach at Gerlach.CAM>

files:
M Doc/library/multiprocessing.rst

diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
index b5ceeb796f8f..6f0062012b38 100644
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -445,7 +445,9 @@ 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::
+   interactive interpreter. For example:
+
+   .. code-block:: text
 
       >>> from multiprocessing import Pool
       >>> p = Pool(5)



More information about the Python-checkins mailing list