From b260635b3db5715adf7a9a3df542c171fb7296ef Mon Sep 17 00:00:00 2001 From: Mason <38963371+nosamproductions@users.noreply.github.com> Date: Wed, 26 Aug 2020 19:49:14 -0500 Subject: [PATCH] Add missing word (GH-21936) "data to lost" -> "data to be lost" --- 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 28510acd52bd..f8e7556f25b4 100644 --- a/Doc/library/multiprocessing.rst +++ b/Doc/library/multiprocessing.rst @@ -861,7 +861,7 @@ For an example of the usage of queues for interprocess communication see A better name for this method might be ``allow_exit_without_flush()``. It is likely to cause enqueued - data to lost, and you almost certainly will not need to use it. + data to be lost, and you almost certainly will not need to use it. It is really only there if you need the current process to exit immediately without waiting to flush enqueued data to the underlying pipe, and you don't care about lost data. -- 2.47.3