From 27c72eb9864e11b8fda3fc23a8b0d1a3944c4174 Mon Sep 17 00:00:00 2001 From: Naglis Jonaitis Date: Mon, 19 Feb 2024 14:27:29 +0200 Subject: [PATCH] Fix typo in multiprocessing docs --- 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 d570d4eb0dae78..5791e8b7431d59 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -2979,7 +2979,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