Skip to content

Commit 7918d85

Browse files
Juan Daniel TorresJuan Daniel Torres
authored andcommitted
typo
1 parent 4820952 commit 7918d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tutorial/tutorial.advanced-topics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ We need to convert `f` into a dask graph by using `dask.delayed`.
399399
```{code-cell} ipython3
400400
from dask import delayed
401401
402-
# Convert f and g to dask.Delayed objects
402+
# Convert g and h to dask.Delayed objects
403403
g, h = delayed(g), delayed(h)
404404
405405
@delayed

0 commit comments

Comments
 (0)