summaryrefslogtreecommitdiff
path: root/Doc/library/threading.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/threading.rst')
-rw-r--r--Doc/library/threading.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst
index 7f0628da66..f50c2acb75 100644
--- a/Doc/library/threading.rst
+++ b/Doc/library/threading.rst
@@ -868,7 +868,7 @@ As an example, here is a simple way to synchronize a client and server thread::
constructor.
The return value is an integer in the range 0 to *parties* -- 1, different
- for each thrad. This can be used to select a thread to do some special
+ for each thread. This can be used to select a thread to do some special
housekeeping, e.g.::
i = barrier.wait()