Skip to content

Commit 4171b19

Browse files
committed
fixing the last docstring
1 parent 81b738b commit 4171b19

File tree

1 file changed

+1
-1
lines changed
  • nipype/interfaces/niftyreg

1 file changed

+1
-1
lines changed

nipype/interfaces/niftyreg/reg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ class RegF3D(NiftyRegCommand):
387387
>>> node.inputs.omp_core_val = 4
388388
>>> node.cmdline # doctest: +ELLIPSIS +ALLOW_UNICODE
389389
'reg_f3d -cpp .../im2_cpp.nii.gz -flo im2.nii -omp 4 -ref im1.nii \
390-
-res .../flo_res.nii.gz -rmask mask.nii'
390+
-res .../im2_res.nii.gz -rmask mask.nii'
391391
392392
"""
393393
_cmd = get_custom_path('reg_f3d')

0 commit comments

Comments
 (0)