Skip to content

Commit 45ccd00

Browse files
author
remimd
committed
doc
1 parent 31bf90a commit 45ccd00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ class ContextExample:
6464

6565
async def how_to_dispatch() -> None:
6666
command = FirstCommand(...)
67-
context = await ContextExample().pipeline.dispatch(command)
67+
context = await ContextExample.pipeline.dispatch(command)
6868
# ...
6969
```

0 commit comments

Comments
 (0)