@@ -61,7 +61,7 @@ The following tabs show you how to use the data catalog given the interface you
6161````{tab-item} Python 3.10+
6262:sync: python310plus
6363
64- Use `data_catalog["key "]` as an default argument to access the
64+ Use `data_catalog["data "]` as an default argument to access the
6565{class}`~pytask.PickleNode` within the task. When you are done transforming your
6666{class}`~pandas.DataFrame`, save it with {meth}`~pytask.PickleNode.save`.
6767
@@ -74,7 +74,7 @@ Use `data_catalog["key"]` as an default argument to access the
7474````{tab-item} Python 3.8+
7575:sync: python38plus
7676
77- Use `data_catalog["key "]` as an default argument to access the
77+ Use `data_catalog["data "]` as an default argument to access the
7878{class}`~pytask.PickleNode` within the task. When you are done transforming your
7979{class}`~pandas.DataFrame`, save it with {meth}`~pytask.PickleNode.save`.
8080
@@ -87,7 +87,7 @@ Use `data_catalog["key"]` as an default argument to access the
8787````{tab-item} produces
8888:sync: produces
8989
90- Use `data_catalog["key "]` as an default argument to access the
90+ Use `data_catalog["data "]` as an default argument to access the
9191{class}`~pytask.PickleNode` within the task. When you are done transforming your
9292{class}`~pandas.DataFrame`, save it with {meth}`~pytask.PickleNode.save`.
9393
@@ -125,7 +125,7 @@ Following one of the interfaces gives you immediate access to the
125125````{tab-item} Python 3.10+
126126:sync: python310plus
127127
128- Use `data_catalog["key "]` as an default argument to access the
128+ Use `data_catalog["data "]` as an default argument to access the
129129{class}`~pytask.PickleNode` within the task. When you are done transforming your
130130{class}`~pandas.DataFrame`, save it with {meth}`~pytask.PickleNode.save`.
131131
@@ -138,7 +138,7 @@ Use `data_catalog["key"]` as an default argument to access the
138138````{tab-item} Python 3.8+
139139:sync: python38plus
140140
141- Use `data_catalog["key "]` as an default argument to access the
141+ Use `data_catalog["data "]` as an default argument to access the
142142{class}`~pytask.PickleNode` within the task. When you are done transforming your
143143{class}`~pandas.DataFrame`, save it with {meth}`~pytask.PickleNode.save`.
144144
0 commit comments