Commit 10a8e6ab authored by Victor Stinner's avatar Victor Stinner

asyncio: replace our with asynchronous in docstring

parent c37dd614
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment