[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:
Miss Islington (bot) 2024-02-19 19:25:59 +01:00 committed by GitHub
parent c02b7ae4dd
commit f10ce9fede
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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