We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea2c001 commit 8cb2b0fCopy full SHA for 8cb2b0f
Doc/library/multiprocessing.rst
@@ -452,9 +452,7 @@ process which created it.
452
importable by the children. This is covered in :ref:`multiprocessing-programming`
453
however it is worth pointing out here. This means that some examples, such
454
as the :class:`multiprocessing.pool.Pool` examples will not work in the
455
- interactive interpreter. For example:
456
-
457
- .. code-block:: text
+ interactive interpreter. For example::
458
459
>>> from multiprocessing import Pool
460
>>> p = Pool(5)
0 commit comments