We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c58d2a commit b260635Copy full SHA for b260635
Doc/library/multiprocessing.rst
@@ -861,7 +861,7 @@ For an example of the usage of queues for interprocess communication see
861
862
A better name for this method might be
863
``allow_exit_without_flush()``. It is likely to cause enqueued
864
- 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.
865
It is really only there if you need the current process to exit
866
immediately without waiting to flush enqueued data to the
867
underlying pipe, and you don't care about lost data.
0 commit comments