Skip to content

Commit 2b97d7f

Browse files
authored
Fix typo in asyncio-extending.rst (#91609)
1 parent ea39246 commit 2b97d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-extending.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ For this purpose the following, *private* constructors are listed:
6363

6464
*context* argument is added.
6565

66-
.. method:: Tasl._check_future(future)
66+
.. method:: Task._check_future(future)
6767

6868
Return ``True`` if *future* is attached to the same loop as the task, ``False``
6969
otherwise.

0 commit comments

Comments
 (0)