Skip to content

Commit fe3c732

Browse files
Update Doc/howto/a-conceptual-overview-of-asyncio.rst
Co-authored-by: Peter Bierma <[email protected]>
1 parent 5fdd4e9 commit fe3c732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ done; instead it represents the status and result of that computation, kind of
353353
like a status light (red, yellow or green) or indicator.
354354

355355
:class:`asyncio.Task` subclasses :class:`asyncio.Future` in order to gain these various capabilities.
356-
The prior section said tasks store a list of callbacks and it lied to you a bit.
356+
The prior section said tasks store a list of callbacks, which wasn't entirely true.
357357
It's actually the ``Future`` class that implements this logic which ``Task``
358358
inherits.
359359

0 commit comments

Comments
 (0)