Skip to content

Commit a670ced

Browse files
committed
fix lint : extra space after 'Future'
1 parent 60b2aed commit a670ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/asyncio/futures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def cancel(self, msg=None):
161161
return True.
162162
163163
The optional argument *msg* is passed as the argument to the
164-
asyncio.CancelledError exception raised when a cancelled Future
164+
asyncio.CancelledError exception raised when a cancelled Future
165165
is awaited. It can be any object.
166166
"""
167167
self.__log_traceback = False

0 commit comments

Comments
 (0)