Skip to content

Commit 270de32

Browse files
josephmjeeffigies
andauthored
Apply suggestions from code review
Co-Authored-By: Chris Markiewicz <effigies@gmail.com>
1 parent d38f71c commit 270de32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/mrtrix3/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ class MRResizeInputSpec(MRTrix3BaseInputSpec):
691691
(traits.Int, traits.Int, traits.Int),
692692
argstr='-size %d,%d,%d',
693693
mandatory=True,
694-
desc='define the new image size for the output image. This should be '
694+
desc='Number of voxels in each dimension of output image'
695695
xor=['voxel_size', 'scale_factor'],
696696
)
697697
voxel_size = traits.Tuple(

0 commit comments

Comments
 (0)