Skip to content

Commit 8499b50

Browse files
authored
Update 4-python.ipynb
1 parent 7fa412b commit 8499b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tutorial/4-python.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"\n",
168168
"\n",
169169
"@python.define(outputs=[\"c\", \"d\"])\n",
170-
"def DocStrExample(a: int, b: float) -> tuple[float, float]:\n",
170+
"def APythonTask(a: int, b: float) -> tuple[float, float]:\n",
171171
" \"\"\"Example python task with help strings pulled from doc-string\n",
172172
"\n",
173173
" Args:\n",

0 commit comments

Comments
 (0)