]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a grammatical error reported by Detlef Lannert
authorFred Drake <fdrake@acm.org>
Fri, 23 Apr 1999 20:07:02 +0000 (20:07 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 23 Apr 1999 20:07:02 +0000 (20:07 +0000)
<lannert@lannert.rz.uni-duesseldorf.de>.

Doc/lib/libthreading.tex

index b9f4e056c59005cdf617ad4e0945369ef2709ea1..eb0985f0b631fa58ec52ca13feb3d43366d1db97 100644 (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