https://github.com/python/cpython/commit/db145c72b853779a5349f4b8a5d21f6c2ae0c52e commit: db145c72b853779a5349f4b8a5d21f6c2ae0c52e branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2024-02-19T18:25:24Z summary:
[3.12] Fix typo in multiprocessing docs (GH-115650) (#115679) (cherry picked from commit 57d31ec3598429789492e0b3544efaaffca5799f) Co-authored-by: Naglis Jonaitis <[email protected]> files: M Doc/library/multiprocessing.rst diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index eecc724c139497..3bea5f001a5617 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -2968,7 +2968,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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
