Skip to content

Commit

Permalink
Fix typo where parallel_scan is said instead of parallel_reduce. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykos authored Jun 11, 2024
1 parent 3d4afd2 commit 9f8f6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/workunits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ accept, as the first argument, unique id for one unit of work.
@pk.workunit
def work(wid, [keyword arguments])
In case of ``parallel_scan``, the work unit function is required to
In case of ``parallel_reduce``, the work unit function is required to
accept two arguments: (1) unique id for one unit of work, and (2) an
accumulator.

Expand Down

0 comments on commit 9f8f6f8

Please sign in to comment.