From 8fa8f6f8ed4a74004ebfa379aaf5bfe8159ad291 Mon Sep 17 00:00:00 2001 From: Naglis Jonaitis <827324+naglis@users.noreply.github.com> Date: Mon, 19 Feb 2024 20:19:14 +0200 Subject: [PATCH] Fix typo in multiprocessing docs (GH-115650) (cherry picked from commit 57d31ec3598429789492e0b3544efaaffca5799f) Co-authored-by: Naglis Jonaitis <827324+naglis@users.noreply.github.com> --- Doc/library/multiprocessing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst index 8a33e552272fd7..7bed026f3291e2 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -2969,7 +2969,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