Skip to content

Commit 20117a8

Browse files
authored
Merge pull request #27 from LaurenceRawlings/patch-1
docs: fix function name typo in `task.md`
2 parents 7d5cae6 + 88994e9 commit 20117a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/ApiReference/task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def slow_consumer(data: int):
195195
return data
196196

197197
pipeline = (
198-
task(fast_consumer, branch=True, throttle=5000)
198+
task(fast_producer, branch=True, throttle=5000)
199199
| task(slow_consumer)
200200
)
201201
```

0 commit comments

Comments
 (0)