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 31bf90a commit 45ccd00Copy full SHA for 45ccd00
1 file changed
documentation/pipeline.md
@@ -64,6 +64,6 @@ class ContextExample:
64
65
async def how_to_dispatch() -> None:
66
command = FirstCommand(...)
67
- context = await ContextExample().pipeline.dispatch(command)
+ context = await ContextExample.pipeline.dispatch(command)
68
# ...
69
```
0 commit comments