mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
[3.11] Fix typo in multiprocessing docs (GH-115650) (#115680)
(cherry picked from commit 57d31ec359)
Co-authored-by: Naglis Jonaitis <827324+naglis@users.noreply.github.com>
This commit is contained in:
parent
c02b7ae4dd
commit
f10ce9fede
1 changed files with 1 additions and 1 deletions
|
|
@ -2938,7 +2938,7 @@ Beware of replacing :data:`sys.stdin` with a "file like object"
|
|||
The *spawn* and *forkserver* start methods
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
There are a few extra restriction which don't apply to the *fork*
|
||||
There are a few extra restrictions which don't apply to the *fork*
|
||||
start method.
|
||||
|
||||
More picklability
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue