Skip to content

Commit 8253a5a

Browse files
committed
Tutorial: fix doc formatting.
1 parent ffeb61c commit 8253a5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

v3/docs/TUTORIAL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,13 +1179,15 @@ tested in slow time by the task.
11791179

11801180
Constructor:
11811181
* No args.
1182+
11821183
Synchronous methods:
11831184
* `set(data=None)` Trigger the message with optional payload.
11841185
* `is_set()` Returns `True` if the `Message` is set, `False` if `.clear()` has
11851186
beein issued.
11861187
* `clear()` Clears the triggered status. At least one task waiting on the
11871188
message should issue `clear()`.
11881189
* `value()` Return the payload.
1190+
11891191
Asynchronous Method:
11901192
* `wait` Pause until message is triggered. You can also `await` the message as
11911193
per the examples.

0 commit comments

Comments
 (0)