From 2b97d7f6dfb025c6ab8b522c26f07c621707731c Mon Sep 17 00:00:00 2001 From: Yurii Karabas <1998uriyyo@gmail.com> Date: Sun, 1 May 2022 01:09:48 +0300 Subject: Fix typo in asyncio-extending.rst (#91609) --- Doc/library/asyncio-extending.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12