https://github.com/python/cpython/commit/57d31ec3598429789492e0b3544efaaffca5799f commit: 57d31ec3598429789492e0b3544efaaffca5799f branch: main author: Naglis Jonaitis <[email protected]> committer: gpshead <[email protected]> date: 2024-02-19T18:19:14Z summary:
Fix typo in multiprocessing docs (#115650) files: M Doc/library/multiprocessing.rst diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index d88c25ef4de506..0b87de4c61e6aa 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -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 _______________________________________________ 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]
