Skip to content

Commit

Permalink
Ensure argument for map is JSON serializable
Browse files Browse the repository at this point in the history
  • Loading branch information
candleindark authored and auvipy committed May 6, 2023
1 parent 3b1c768 commit 21c40c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/canvas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ For example using ``map``:
>>> from proj.tasks import add
>>> ~tsum.map([range(10), range(100)])
>>> ~tsum.map([list(range(10)), list(range(100))])
[45, 4950]
is the same as having a task doing:
Expand Down

0 comments on commit 21c40c6

Please sign in to comment.