From 10a8e6ab7b913370672b1d8e0aadf0b34ef1c143 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 2 Dec 2013 14:31:43 +0100 Subject: asyncio: replace our with asynchronous in docstring --- Lib/asyncio/locks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/asyncio/locks.py b/Lib/asyncio/locks.py index b4c316a..6cd6779 100644 --- a/Lib/asyncio/locks.py +++ b/Lib/asyncio/locks.py @@ -204,7 +204,7 @@ class Event: class Condition: - """A Condition implementation, our equivalent to threading.Condition. + """A Condition implementation, asynchronous equivalent to threading.Condition. This class implements condition variable objects. A condition variable allows one or more coroutines to wait until they are notified by another -- cgit v0.12