[Python-checkins] Fix typo in asyncio-extending.rst (#91609)

JelleZijlstra webhook-mailer at python.org
Sat Apr 30 18:10:01 EDT 2022


https://github.com/python/cpython/commit/2b97d7f6dfb025c6ab8b522c26f07c621707731c
commit: 2b97d7f6dfb025c6ab8b522c26f07c621707731c
branch: main
author: Yurii Karabas <1998uriyyo at gmail.com>
committer: JelleZijlstra <jelle.zijlstra at gmail.com>
date: 2022-04-30T16:09:48-06:00
summary:

Fix typo in asyncio-extending.rst (#91609)

files:
M Doc/library/asyncio-extending.rst

diff --git a/Doc/library/asyncio-extending.rst b/Doc/library/asyncio-extending.rst
index 215d215bb14fe..acbaa6f7faf74 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.



More information about the Python-checkins mailing list