diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-23 20:07:02 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-23 20:07:02 (GMT) |
commit | 861192120beae4108698e601472654fb45e1c91f (patch) | |
tree | db62c79f081cfafd0b268fed30ebde42a8b241df /Doc/lib/libthreading.tex | |
parent | ec8b905bd4260a82400aa8bd1ec70f1f753ce4ff (diff) | |
download | cpython-861192120beae4108698e601472654fb45e1c91f.zip cpython-861192120beae4108698e601472654fb45e1c91f.tar.gz cpython-861192120beae4108698e601472654fb45e1c91f.tar.bz2 |
Fix a grammatical error reported by Detlef Lannert
<lannert@lannert.rz.uni-duesseldorf.de>.
Diffstat (limited to 'Doc/lib/libthreading.tex')
-rw-r--r-- | Doc/lib/libthreading.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libthreading.tex b/Doc/lib/libthreading.tex index b9f4e05..eb0985f 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 |