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 cc322d8 commit fa83911Copy full SHA for fa83911
Doc/library/asyncio-future.rst
@@ -198,7 +198,7 @@ Future Object
198
199
The optional argument *msg* is passed as the argument to the
200
:exc:`CancelledError` exception raised when a cancelled Future
201
- is awaited. It can be any object.
+ is awaited. It is typically a string.
202
203
.. versionchanged:: 3.9
204
Added the *msg* parameter.
0 commit comments