Skip to content

Commit d67dcb3

Browse files
committed
Small changes in doc
Signed-off-by: chandr-andr (Kiselev Aleksandr) <chandr@chandr.net>
1 parent 10aa16d commit d67dcb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/listener.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ async def main() -> None:
121121
- `channel`: name of the channel to listen.
122122
- `callback`: coroutine callback.
123123

124-
Add new callback to the channel, can be called more than 1 times.
124+
Add new callback to the channel, can be called multiple times (before or after `listen`).
125125

126126
Callback signature is like this:
127127
```python

0 commit comments

Comments
 (0)