Skip to content

Commit 5f36fbf

Browse files
committed
formatting
1 parent 2a115a3 commit 5f36fbf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/library/multiprocessing.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3109,10 +3109,10 @@ start method.
31093109

31103110
More picklability
31113111

3112-
Ensure that all arguments to :class:`Process` are picklable.
3113-
Also, if you subclass :class:`~multiprocessing.Process` then make sure that
3114-
instances will be picklable when the :meth:`Process.start
3115-
<multiprocessing.Process.start>` method is called.
3112+
Ensure that all arguments to :class:`~multiprocessing.Process` are
3113+
picklable. Also, if you subclass ``Process.__init__``, you must make sure
3114+
that instances will be picklable when the
3115+
:meth:`Process.start <multiprocessing.Process.start>` method is called.
31163116

31173117
Global variables
31183118

0 commit comments

Comments
 (0)