Skip to content

Commit c2c5746

Browse files
committed
another typo fix...
1 parent 3148cb5 commit c2c5746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/spm/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ class NewSegmentInputSpec(SPMCommandInputSpec):
851851
'parameter(s). Accepts float '
852852
'or list of floats (the '
853853
'latter is required by '
854-
'SPM12)')
854+
'SPM12)'))
855855
sampling_distance = traits.Float(field='warp.samp',
856856
desc='Sampling distance on data for parameter estimation')
857857
write_deformation_fields = traits.List(traits.Bool(), minlen=2, maxlen=2, field='warp.write',

0 commit comments

Comments
 (0)