Skip to content

Commit a84827b

Browse files
committed
nit
1 parent def6157 commit a84827b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/a-conceptual-overview-of-asyncio.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ like a status light (red, yellow or green) or indicator.
367367
:class:`asyncio.Task` subclasses :class:`asyncio.Future` in order to gain
368368
these various capabilities.
369369
The prior section said tasks store a list of callbacks, which wasn't entirely
370-
correct.
370+
accurate.
371371
It's actually the ``Future`` class that implements this logic which ``Task``
372372
inherits.
373373

0 commit comments

Comments
 (0)