mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Fix a grammatical error reported by Detlef Lannert
<lannert@lannert.rz.uni-duesseldorf.de>.
This commit is contained in:
parent
ec8b905bd4
commit
861192120b
1 changed files with 1 additions and 1 deletions
|
|
@ -369,7 +369,7 @@ than zero again, wake up that thread.
|
|||
\subsection{Event Objects \label{event-objects}}
|
||||
|
||||
This is one of the simplest mechanisms for communication between
|
||||
threads: one thread signals an event and one or more other thread
|
||||
threads: one thread signals an event and one or more other threads
|
||||
are waiting for it.
|
||||
|
||||
An event object manages an internal flag that can be set to true with
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue