Skip to content

Commit 8d77d8e

Browse files
committed
Doc/library/multiprocessing.rst: freeze_support: Change to wrap at 80 chars
1 parent 3eb159e commit 8d77d8e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Doc/library/multiprocessing.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,9 +1099,10 @@ Miscellaneous
10991099
If the ``freeze_support()`` line is omitted then trying to run the frozen
11001100
executable will raise :exc:`RuntimeError`.
11011101

1102-
Calling ``freeze_support()`` has no effect when the start method is not *spawn*. In addition, if the module is being run
1103-
normally by the Python interpreter (the program has not been
1104-
frozen), then ``freeze_support()`` has no effect.
1102+
Calling ``freeze_support()`` has no effect when the start method is not
1103+
*spawn*. In addition, if the module is being run normally by the Python
1104+
interpreter (the program has not been frozen), then ``freeze_support()``
1105+
has no effect.
11051106

11061107
.. function:: get_all_start_methods()
11071108

0 commit comments

Comments
 (0)