Skip to content

Commit

Permalink
Fix typo in asyncio-extending.rst (#91609)
Browse files Browse the repository at this point in the history
  • Loading branch information
uriyyo committed Apr 30, 2022
1 parent ea39246 commit 2b97d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/asyncio-extending.rst
Expand Up @@ -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.
Expand Down

0 comments on commit 2b97d7f

Please sign in to comment.