asyncio: replace our with asynchronous in docstring
This commit is contained in:
parent
c37dd614b6
commit
10a8e6ab7b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue