Skip to content
Prev Previous commit
Next Next commit
Fixed Lint Issues by removing trailing whitespace
  • Loading branch information
Manoj committed Apr 9, 2026
commit 440530c1ad4e15dd7426e2462ea3bd6341cf0a51
4 changes: 3 additions & 1 deletion Doc/library/asyncio-future.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,9 @@ Future Object

The optional argument *msg* is passed as the argument to the
:exc:`CancelledError` exception raised when a cancelled Future
is awaited. It can be any object.
is awaited.

It can be any object.

.. versionchanged:: 3.9
Added the *msg* parameter.
Expand Down
Loading