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 4075e01 commit 921bf61Copy full SHA for 921bf61
Doc/library/multiprocessing.rst
@@ -443,7 +443,9 @@ process which created it.
443
importable by the children. This is covered in :ref:`multiprocessing-programming`
444
however it is worth pointing out here. This means that some examples, such
445
as the :class:`multiprocessing.pool.Pool` examples will not work in the
446
- interactive interpreter. For example::
+ interactive interpreter. For example:
447
+
448
+ .. code-block:: text
449
450
>>> from multiprocessing import Pool
451
>>> p = Pool(5)
0 commit comments