doc: fix byid call example
1 files changed, 1 insertions(+), 1 deletions(-) M README.md
M README.md +1 -1
@@ 267,7 267,7 @@ previous example) or through the `task` ```python from task import Task -task = task.by_id(42) +task = task.byid(engine, 42) ``` The task object provides: