Skip to content

Commit f5f1b22

Browse files
committed
Fixed documentation
My bad
1 parent eb24c4d commit f5f1b22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/fsl/preprocess.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ class FNIRTOutputSpec(TraitedSpec):
913913
class FNIRT(FSLCommand):
914914
"""Use FSL FNIRT for non-linear registration.
915915
916-
For complete details, see the `MCFLIRT Documentation.
916+
For complete details, see the `FNIRT Documentation.
917917
<https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FNIRT>`_
918918
919919
Examples
@@ -1216,7 +1216,7 @@ class SUSANOutputSpec(TraitedSpec):
12161216
class SUSAN(FSLCommand):
12171217
""" use FSL SUSAN to perform smoothing
12181218
1219-
For complete details, see the `MCFLIRT Documentation.
1219+
For complete details, see the `SUSAN Documentation.
12201220
<https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/SUSAN>`_
12211221
12221222
Examples

0 commit comments

Comments
 (0)