Skip to content

Commit cf6cf40

Browse files
Fix typos in defining_dependencies_products.md (#563)
1 parent 9e65422 commit cf6cf40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/tutorials/defining_dependencies_products.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ task has finished, pytask will check whether the file exists.
7272
7373
````
7474
75-
````{tab-item} prodouces
75+
````{tab-item} produces
7676
:sync: produces
7777
7878
```{literalinclude} ../../../docs_src/tutorials/defining_dependencies_products_products_produces.py
@@ -132,7 +132,7 @@ annotation are dependencies of the task.
132132
133133
````
134134
135-
````{tab-item} prodouces
135+
````{tab-item} produces
136136
:sync: produces
137137
138138
To specify that the task relies on the data set `data.pkl`, you can add the path to the
@@ -178,7 +178,7 @@ are assumed to point to a location relative to the task module.
178178
179179
````
180180
181-
````{tab-item} prodouces
181+
````{tab-item} produces
182182
:sync: produces
183183
184184
```{literalinclude} ../../../docs_src/tutorials/defining_dependencies_products_relative_produces.py

0 commit comments

Comments
 (0)