Skip to content

Commit 4720f85

Browse files
committed
Corrected 2 typos
1 parent 97b099b commit 4720f85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/users/mapnode_and_iterables.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ reduce scenario.
6161

6262
You might have also noticed that the iterfield arguments expects a list of input
6363
names instead of just one name. This suggests that there can be more than one!
64-
Even thou a bit confusing this is true. You can specify more than one input to
64+
Even though a bit confusing this is true. You can specify more than one input to
6565
iterate over but the lists that you provide (for all the inputs specified in
6666
iterfield) have to have the same length. MapNode will then pair the parameters up
6767
and run the first instance with first set of parameters and second with second set
@@ -114,7 +114,7 @@ should look like this:
114114
"A" -> "B3" -> "C3";
115115

116116
Of course you can do it manually by creating copies of all the nodes for
117-
different parameter set, but this can be very time consuming, especially when is
117+
different parameter set, but this can be very time consuming, especially when there
118118
are more than one node taking inputs from "B". Luckily nipype supports this
119119
scenario! Its called iterables and and you use it this way:
120120

0 commit comments

Comments
 (0)