File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments