We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b2aed commit a670cedCopy full SHA for a670ced
Lib/asyncio/futures.py
@@ -161,7 +161,7 @@ def cancel(self, msg=None):
161
return True.
162
163
The optional argument *msg* is passed as the argument to the
164
- asyncio.CancelledError exception raised when a cancelled Future
+ asyncio.CancelledError exception raised when a cancelled Future
165
is awaited. It can be any object.
166
"""
167
self.__log_traceback = False
0 commit comments