From: Fred Drake Date: Fri, 23 Apr 1999 20:07:02 +0000 (+0000) Subject: Fix a grammatical error reported by Detlef Lannert X-Git-Tag: v1.6a1~1476 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=861192120beae4108698e601472654fb45e1c91f;p=thirdparty%2FPython%2Fcpython.git Fix a grammatical error reported by Detlef Lannert . --- diff --git a/Doc/lib/libthreading.tex b/Doc/lib/libthreading.tex index b9f4e056c590..eb0985f0b631 100644 --- a/Doc/lib/libthreading.tex +++ b/Doc/lib/libthreading.tex @@ -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