bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)

This commit is contained in:
Serhiy Storchaka 2022-02-18 10:58:48 +02:00 committed by GitHub
parent d85121660e
commit 2923d87ca2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 83 additions and 182 deletions

View file

@ -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()