Skip to content

Commit dce557e

Browse files
tcloseeffigies
andauthored
Update docs/source/tutorial/7-canonical-form.ipynb
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent a7b23f4 commit dce557e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tutorial/7-canonical-form.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"\n",
99
"Under the hood, all Python, shell and workflow tasks generated by the\n",
1010
"`pydra.compose.*.define` decorators/functions are translated to\n",
11-
"[dataclasses](https://docs.python.org/3/library/dataclasses.html) by the\n",
11+
"[dataclass](https://docs.python.org/3/library/dataclasses.html)-like classes by the\n",
1212
"[attrs](https://www.attrs.org/en/stable/) library. While the more compact syntax described\n",
1313
"in the [Python-tasks](./4-python.html), [Shell-tasks](./5-shell.html) and [Workflow](./6-workflow.html)\n",
1414
"tutorials is convenient when designing tasks for specific use cases, it is too magical\n",

0 commit comments

Comments
 (0)