10000
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 7cb3a44 commit 8dbe653Copy full SHA for 8dbe653
Doc/library/multiprocessing.rst
@@ -433,7 +433,9 @@ process which created it.
433
importable by the children. This is covered in :ref:`multiprocessing-programming`
434
however it is worth pointing out here. This means that some examples, such
435
as the :class:`multiprocessing.pool.Pool` examples will not work in the
436
- interactive interpreter. For example::
+ interactive interpreter. For example:
437
+
438
+ .. code-block:: text
439
440
>>> from multiprocessing import Pool
441
>>> p = Pool(5)
0 commit comments