mirror of
https://github.com/python/cpython.git
synced 2025-10-08 16:11:51 +00:00
asyncio: replace our with asynchronous in docstring
This commit is contained in:
parent
c37dd614b6
commit
10a8e6ab7b
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ class Event:
|
||||||
|
|
||||||
|
|
||||||
class Condition:
|
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
|
This class implements condition variable objects. A condition variable
|
||||||
allows one or more coroutines to wait until they are notified by another
|
allows one or more coroutines to wait until they are notified by another
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue