Skip to content

Commit 12399f3

Browse files
committed
fixed typo
1 parent 833a9e3 commit 12399f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1711,7 +1711,7 @@ class WarpPoints(CommandLine):
17111711
>>> warppoints.inputs.warp_file = 'warpfield.nii'
17121712
>>> warppoints.inputs.coord_mm = True
17131713
>>> warppoints.cmdline # doctest: +ELLIPSIS
1714-
'img2imgcoord -mm -dest T1.nii -scr epi.nii -warp warpfield.nii surf.txt'
1714+
'img2imgcoord -mm -dest T1.nii -src epi.nii -warp warpfield.nii surf.txt'
17151715
>>> res = invwarp.run() # doctest: +SKIP
17161716
"""
17171717

0 commit comments

Comments
 (0)