File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1049,7 +1049,7 @@ Miscellaneous
10491049
10501050.. function :: get_context(method=None)
10511051
1052- Return a context object with the same attributes as the
1052+ Return a context object with the same attributes as the
10531053 :mod: `multiprocessing ` module.
10541054
10551055 If *method * is ``None ``, the default context is returned. Be aware that
@@ -1079,10 +1079,10 @@ Miscellaneous
10791079 The return value can be one of the following: ``'fork' ``, ``'spawn' ``,
10801080 ``'forkserver' ``, or ``None ``.
10811081
1082- .. note :: Exercise caution when changing the start method using
1083- ``multiprocessing.set_start_method `` after using
1084- ``multiprocessing.get_start_method `` with *allow_none * set to
1085- ``False ``, as it may raise a ``RuntimeError ``.
1082+ Exercise caution when changing the start method using
1083+ ``multiprocessing.set_start_method `` after using
1084+ ``multiprocessing.get_start_method `` with *allow_none * set to
1085+ ``False ``, as it may raise a ``RuntimeError ``.
10861086
10871087 See :ref: `multiprocessing-start-methods ` for more information
10881088 on multiprocessing start methods and their implications.
You can’t perform that action at this time.
0 commit comments