Skip to content

Commit 2942790

Browse files
committed
Tutorial: improve Message wording.
1 parent 33b5769 commit 2942790

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v3/docs/TUTORIAL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,8 +1174,8 @@ async def main():
11741174
asyncio.run(main())
11751175
```
11761176
A `Message` can provide a means of communication between an interrupt handler
1177-
and a task. The handler services the hardware and issues `.set()` which is
1178-
tested in slow time by the task.
1177+
and a task. The handler services the hardware and issues `.set()` which causes
1178+
the waiting task to resume (in relatively slow time).
11791179

11801180
Constructor:
11811181
* No args.

0 commit comments

Comments
 (0)