mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Fix typo in multiprocessing docs (#115650)
This commit is contained in:
parent
8f602981ba
commit
57d31ec359
1 changed files with 1 additions and 1 deletions
|
|
@ -2978,7 +2978,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