From 3cdeb43453b95938c3d8a3014220535140d0fd33 Mon Sep 17 00:00:00 2001 From: Yurii Karabas <1998uriyyo@gmail.com> Date: Sat, 16 Apr 2022 21:34:46 +0300 Subject: [PATCH] Fix type in asyncio-extending.rst --- 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 215d215bb14fe7..acbaa6f7faf745 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.