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 479a722 commit 673c786Copy full SHA for 673c786
Doc/library/multiprocessing.rst
@@ -1082,8 +1082,8 @@ Miscellaneous
1082
*allow_none* is true, then ``None`` is returned, indicating that
1083
the method has not been explicitly set.
1084
1085
- The return value can be one of the following: ``'fork'``, ``'spawn'``,
1086
- ``'forkserver'``, or ``None``.
+ The return value can be ``'fork'``, ``'spawn'``, ``'forkserver'``
+ or ``None``.
1087
1088
Exercise caution when changing the start method using
1089
``multiprocessing.set_start_method`` after using
0 commit comments