summaryrefslogtreecommitdiffstats
path: root/Doc/library/threading.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-01-11 19:59:46 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-01-11 19:59:46 (GMT)
commit5cee47f321d5c2efd37349cc9e948b59f53e6fbf (patch)
tree2661293bc9f4d87480e7459e8cf9886705ad5228 /Doc/library/threading.rst
parenta3e8f3d85fc0ae6c6f5981c3f9fc34b6d61ea49c (diff)
downloadcpython-5cee47f321d5c2efd37349cc9e948b59f53e6fbf.zip
cpython-5cee47f321d5c2efd37349cc9e948b59f53e6fbf.tar.gz
cpython-5cee47f321d5c2efd37349cc9e948b59f53e6fbf.tar.bz2
Add entry for Barrier objects.
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 7f0628d..f50c2ac 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()