mirror of
https://github.com/python/cpython.git
synced 2025-10-07 07:31:46 +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:
|
||||
"""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…
Add table
Add a link
Reference in a new issue