diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2022-02-18 08:58:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-18 08:58:48 (GMT) |
commit | 2923d87ca258b9d421e8147b12f0d98295ee3f8e (patch) | |
tree | 64b51c1b6999ba6292d05f2a5ced0a318f4131a4 /Doc/library/asyncio-future.rst | |
parent | d85121660ea50bbe8fbd31797aa6e4afe0850388 (diff) | |
download | cpython-2923d87ca258b9d421e8147b12f0d98295ee3f8e.zip cpython-2923d87ca258b9d421e8147b12f0d98295ee3f8e.tar.gz cpython-2923d87ca258b9d421e8147b12f0d98295ee3f8e.tar.bz2 |
bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)
Diffstat (limited to 'Doc/library/asyncio-future.rst')
-rw-r--r-- | Doc/library/asyncio-future.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-future.rst b/Doc/library/asyncio-future.rst index 3496387..7426e82 100644 --- a/Doc/library/asyncio-future.rst +++ b/Doc/library/asyncio-future.rst @@ -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() |