diff options
author | Yurii Karabas <1998uriyyo@gmail.com> | 2022-04-30 22:09:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-30 22:09:48 (GMT) |
commit | 2b97d7f6dfb025c6ab8b522c26f07c621707731c (patch) | |
tree | 16663b96382c179866638855df13b788fe03acb9 /Doc | |
parent | ea392467829d6e93f824bde8eb87bdb31d9e4c62 (diff) | |
download | cpython-2b97d7f6dfb025c6ab8b522c26f07c621707731c.zip cpython-2b97d7f6dfb025c6ab8b522c26f07c621707731c.tar.gz cpython-2b97d7f6dfb025c6ab8b522c26f07c621707731c.tar.bz2 |
Fix typo in asyncio-extending.rst (#91609)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/asyncio-extending.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-extending.rst b/Doc/library/asyncio-extending.rst index 215d215..acbaa6f 100644 --- a/Doc/library/asyncio-extending.rst +++ b/Doc/library/asyncio-extending.rst @@ -63,7 +63,7 @@ For this purpose the following, *private* constructors are listed: *context* argument is added. -.. method:: Tasl._check_future(future) +.. method:: Task._check_future(future) Return ``True`` if *future* is attached to the same loop as the task, ``False`` otherwise. |