summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorYurii Karabas <1998uriyyo@gmail.com>2022-04-30 22:09:48 (GMT)
committerGitHub <noreply@github.com>2022-04-30 22:09:48 (GMT)
commit2b97d7f6dfb025c6ab8b522c26f07c621707731c (patch)
tree16663b96382c179866638855df13b788fe03acb9 /Doc
parentea392467829d6e93f824bde8eb87bdb31d9e4c62 (diff)
downloadcpython-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.rst2
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.