Skip to content

Commit f3b37e4

Browse files
committed
Fix grammar
1 parent afeb1aa commit f3b37e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,9 +642,9 @@ Changes in the Python API
642642
away from *fork* to *forkserver* on POSIX platforms which support passing file
643643
descriptors over Unix pipes such as Linux. Windows and macOS are keep *spawn*
644644
as their default method.
645-
If you require the threading incompatible *fork*,
645+
If you require the threading incompatible *fork* start method,
646646
which can run :ref:`unpicklable functions <pickle-picklable>`,
647-
start method you must explicitly specify it when using :mod:`multiprocessing`
647+
you must explicitly specify it when using :mod:`multiprocessing`
648648
or :mod:`concurrent.futures` APIs.
649649
Code running pickable functions on these platforms without explicitly opting
650650
into the *fork* method will now raise :exc:`pickle.PicklingError`.

0 commit comments

Comments
 (0)