mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)
This commit is contained in:
parent
d85121660e
commit
2923d87ca2
7 changed files with 83 additions and 182 deletions
|
@ -194,7 +194,7 @@ Future Object
|
|||
schedule the callbacks, and return ``True``.
|
||||
|
||||
.. versionchanged:: 3.9
|
||||
Added the ``msg`` parameter.
|
||||
Added the *msg* parameter.
|
||||
|
||||
.. method:: exception()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue