Skip to content

Commit 673c786

Browse files
authored
Reduce diff
1 parent 479a722 commit 673c786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/multiprocessing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,8 +1082,8 @@ Miscellaneous
10821082
*allow_none* is true, then ``None`` is returned, indicating that
10831083
the method has not been explicitly set.
10841084

1085-
The return value can be one of the following: ``'fork'``, ``'spawn'``,
1086-
``'forkserver'``, or ``None``.
1085+
The return value can be ``'fork'``, ``'spawn'``, ``'forkserver'``
1086+
or ``None``.
10871087

10881088
Exercise caution when changing the start method using
10891089
``multiprocessing.set_start_method`` after using

0 commit comments

Comments
 (0)