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 b80e4c8 commit 4a05392Copy full SHA for 4a05392
Doc/library/multiprocessing.rst
@@ -445,7 +445,9 @@ 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::
+ interactive interpreter. For example:
449
+
450
+ .. code-block:: text
451
452
>>> from multiprocessing import Pool
453
>>> p = Pool(5)
0 commit comments