mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Add missing word (GH-21936)
"data to lost" -> "data to be lost"
This commit is contained in:
parent
8c58d2a216
commit
b260635b3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue