Skip to content

Fix typos in defining_dependencies_products.md #563

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/source/tutorials/defining_dependencies_products.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ task has finished, pytask will check whether the file exists.

````

````{tab-item} prodouces
````{tab-item} produces
:sync: produces

```{literalinclude} ../../../docs_src/tutorials/defining_dependencies_products_products_produces.py
Expand Down Expand Up @@ -132,7 +132,7 @@ annotation are dependencies of the task.

````

````{tab-item} prodouces
````{tab-item} produces
:sync: produces

To specify that the task relies on the data set `data.pkl`, you can add the path to the
Expand Down Expand Up @@ -178,7 +178,7 @@ are assumed to point to a location relative to the task module.

````

````{tab-item} prodouces
````{tab-item} produces
:sync: produces

```{literalinclude} ../../../docs_src/tutorials/defining_dependencies_products_relative_produces.py
Expand Down