]> granicus.if.org Git - python/commitdiff
asyncio: replace our with asynchronous in docstring
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 2 Dec 2013 13:31:43 +0000 (14:31 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 2 Dec 2013 13:31:43 +0000 (14:31 +0100)
Lib/asyncio/locks.py

index b4c316aa229074763ec8c654c176b4adcb168bac..6cd6779e48f4c502e5ee2b531df26fe823f6bcc0 100644 (file)
@@ -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