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

This commit is contained in:
Yurii Karabas 2022-05-01 01:09:48 +03:00 committed by GitHub
parent ea39246782
commit 2b97d7f6df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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.