Fix typo in asyncio-extending.rst (#91609)
https://github.com/python/cpython/commit/2b97d7f6dfb025c6ab8b522c26f07c62170... commit: 2b97d7f6dfb025c6ab8b522c26f07c621707731c branch: main author: Yurii Karabas <1998uriyyo@gmail.com> committer: JelleZijlstra <jelle.zijlstra@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.
participants (1)
-
JelleZijlstra