We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6710b commit 050b6b3Copy full SHA for 050b6b3
Doc/library/multiprocessing.rst
@@ -445,9 +445,7 @@ process which created it.
445
importable by the children. This is covered in :ref:`multiprocessing-programming`
446
however it is worth pointing out here. This means that some examples, such
447
as the :class:`multiprocessing.pool.Pool` examples will not work in the
448
- interactive interpreter. For example:
449
-
450
- .. code-block:: text
+ interactive interpreter. For example::
451
452
>>> from multiprocessing import Pool
453
>>> p = Pool(5)
0 commit comments