Fix a grammatical error reported by Detlef Lannert

<lannert@lannert.rz.uni-duesseldorf.de>.
This commit is contained in:
Fred Drake 1999-04-23 20:07:02 +00:00
parent ec8b905bd4
commit 861192120b

View file

@ -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