From 93f6d7ad3989405bff6c91e383346df0679aadbf Mon Sep 17 00:00:00 2001 From: Christian Zimpelmann Date: Thu, 22 Feb 2024 10:57:47 +0100 Subject: [PATCH] Fix typos in defining_dependencies_products.md --- docs/source/tutorials/defining_dependencies_products.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/tutorials/defining_dependencies_products.md b/docs/source/tutorials/defining_dependencies_products.md index 71831554..788de3c5 100644 --- a/docs/source/tutorials/defining_dependencies_products.md +++ b/docs/source/tutorials/defining_dependencies_products.md @@ -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 @@ -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 @@ -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