]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in asyncio-extending.rst (#91609)
authorYurii Karabas <1998uriyyo@gmail.com>
Sat, 30 Apr 2022 22:09:48 +0000 (01:09 +0300)
committerGitHub <noreply@github.com>
Sat, 30 Apr 2022 22:09:48 +0000 (16:09 -0600)
Doc/library/asyncio-extending.rst

index 215d215bb14fe7503b7d3bddc11c04833680420a..acbaa6f7faf745e2f59dfdcd72ee52bd91b17953 100644 (file)
@@ -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.