Skip to content

Commit b32bf3b

Browse files
committed
Remove some clutter from a user guide example
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 6fbf7d2 commit b32bf3b

File tree

1 file changed

+1
-1
lines changed
  • docs/user-guide/receiving/synchronization

1 file changed

+1
-1
lines changed

docs/user-guide/receiving/synchronization/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ could be difficult to, for example, receive the first message of each receiver
55
as soon as it is available in one single task. A naive approach like this will
66
not work:
77

8-
```python
8+
```python show_lines="4:"
99
receiver1: Receiver[int] = channel1.new_receiver()
1010
receiver2: Receiver[int] = channel2.new_receiver()
1111

0 commit comments

Comments
 (0)