Skip to content

Commit 9c2148c

Browse files
committed
Update multiprocessing.rst
1 parent 6efbf9e commit 9c2148c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/library/multiprocessing.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)