commit | 8b852f111eb3e3f2e4f53f207859fdb3654d9b10 | [log] [tgz] |
---|---|---|
author | Donald Stufft <donald@stufft.io> | Tue May 20 12:58:38 2014 -0400 |
committer | Donald Stufft <donald@stufft.io> | Tue May 20 12:58:38 2014 -0400 |
tree | 7b730a2191a3fcc424e834994b35c24b1f4dbd3d | |
parent | 1c4398f880c21d5e14462ef7096319da39148774 [diff] [blame] |
Fix Issue #21528 - Fix documentation typos
diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst index 4a3b3ea..03ee769 100644 --- a/Doc/library/threading.rst +++ b/Doc/library/threading.rst
@@ -630,7 +630,7 @@ 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