diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2015-06-15 00:35:37 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2015-06-15 00:35:37 (GMT) |
commit | b4760efbadb1a780719bb62398949d5d6ef0605e (patch) | |
tree | d90781545f69d66cd3e7395b9926e2af459f2f56 /Doc/library/threading.rst | |
parent | 1c90670bc2eaf55517b85d99d206d328a714b828 (diff) | |
download | cpython-b4760efbadb1a780719bb62398949d5d6ef0605e.zip cpython-b4760efbadb1a780719bb62398949d5d6ef0605e.tar.gz cpython-b4760efbadb1a780719bb62398949d5d6ef0605e.tar.bz2 |
Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos.
Related Issues:
#issue21528
#issue24453
Diffstat (limited to 'Doc/library/threading.rst')
-rw-r--r-- | Doc/library/threading.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index 0133a8f..5269994 100644 --- a/Doc/library/threading.rst +++ b/Doc/library/threading.rst @@ -630,7 +630,7 @@ item to the buffer only needs to wake up one consumer thread. cv.wait() Therefore, the same rules apply as with :meth:`wait`: The lock must be - held when called and is re-aquired on return. The predicate is evaluated + held when called and is re-acquired on return. The predicate is evaluated with the lock held. .. versionadded:: 3.2 |