mirror of
https://github.com/python/cpython.git
synced 2025-07-25 12:14:38 +00:00
Fix typo in asyncio-extending.rst (#91609)
This commit is contained in:
parent
ea39246782
commit
2b97d7f6df
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ For this purpose the following, *private* constructors are listed:
|
||||||
|
|
||||||
*context* argument is added.
|
*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``
|
Return ``True`` if *future* is attached to the same loop as the task, ``False``
|
||||||
otherwise.
|
otherwise.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue