Skip to content

Commit 5f560fd

Browse files
author
Manoj
committed
Fix Lint Issues by removing trailing whitespace
1 parent 40ed4cd commit 5f560fd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Doc/library/asyncio-future.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,10 @@ Future Object
195195
If the Future is already *done* or *cancelled*, return ``False``.
196196
Otherwise, change the Future's state to *cancelled*,
197197
schedule the callbacks, and return ``True``.
198-
198+
199199
The optional argument *msg* is passed as the argument to the
200200
:exc:`CancelledError` exception raised when a cancelled Future
201-
is awaited.
202-
203-
It can be any object.
201+
is awaited.It can be any object.
204202

205203
.. versionchanged:: 3.9
206204
Added the *msg* parameter.

0 commit comments

Comments
 (0)