We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10aa16d commit d67dcb3Copy full SHA for d67dcb3
docs/components/listener.md
@@ -121,7 +121,7 @@ async def main() -> None:
121
- `channel`: name of the channel to listen.
122
- `callback`: coroutine callback.
123
124
-Add new callback to the channel, can be called more than 1 times.
+Add new callback to the channel, can be called multiple times (before or after `listen`).
125
126
Callback signature is like this:
127
```python
0 commit comments