asyncio: replace our with asynchronous in docstring

This commit is contained in:
Victor Stinner 2013-12-02 14:31:43 +01:00
parent c37dd614b6
commit 10a8e6ab7b
1 changed files with 1 additions and 1 deletions

View 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