8000 fix issue #44 · nipype/pydra-tutorial@ce2238b · GitHub
[go: up one dir, main page]

Skip to content

Commit ce2238b

Browse files
committed
fix issue #44
1 parent dcb724e commit ce2238b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/4_intro_workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ wf2a.set_output(
199199
200200
wf5 = pydra.Workflow(name='wf5', input_spec=['x'], x=3)
201201
wf5.add(wf2a)
202-
# connecting wfa to the input from the main workflow
202+
# connecting wf2a to the input from the main workflow
203203
wf2a.inputs.x = wf5.lzin.x
204204
wf5.add(mult_var(name='mult', a=wf5.wf2a.lzout.out_s, b=wf5.wf2a.lzout.out_p))
205205

0 commit comments

Comments
 (0)
0