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 d034590 commit 75b6ab8Copy full SHA for 75b6ab8
Doc/library/multiprocessing.rst
@@ -452,7 +452,9 @@ 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::
+ interactive interpreter. For example:
456
+
457
+ .. code-block:: text
458
459
>>> from multiprocessing import Pool
460
>>> p = Pool(5)
0 commit comments