From: Yurii Karabas <1998uriyyo@gmail.com> Date: Sat, 30 Apr 2022 22:09:48 +0000 (+0300) Subject: Fix typo in asyncio-extending.rst (#91609) X-Git-Tag: v3.11.0b1~160 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b97d7f6dfb025c6ab8b522c26f07c621707731c;p=thirdparty%2FPython%2Fcpython.git Fix typo in asyncio-extending.rst (#91609) --- diff --git a/Doc/library/asyncio-extending.rst b/Doc/library/asyncio-extending.rst index 215d215bb14f..acbaa6f7faf7 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.