]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add missing word (GH-21936)
authorMason <38963371+nosamproductions@users.noreply.github.com>
Thu, 27 Aug 2020 00:49:14 +0000 (19:49 -0500)
committerGitHub <noreply@github.com>
Thu, 27 Aug 2020 00:49:14 +0000 (02:49 +0200)
"data to lost" -> "data to be lost"

Doc/library/multiprocessing.rst

index 28510acd52bd46e5a1a62a22d8f772c4c41734f0..f8e7556f25b4e0809f4735cce12e9e7c7aff5025 100644 (file)
@@ -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.