Skip to content

Commit 5c5d5b2

Browse files
committed
Fixed error & edited desc
1 parent b988bcc commit 5c5d5b2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

nipype/interfaces/spm/preprocess.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -846,11 +846,12 @@ class NewSegmentInputSpec(SPMCommandInputSpec):
846846
warping_regularization = traits.Either(traits.Float(),
847847
traits.List(traits.Float(),
848848
minlen=5, maxlen=5),
849-
field='warp.reg'
850-
desc='Warping regularization \
851-
parameter(s). Accepts float or \
852-
list of floats (the latter being \
853-
required by SPM12)')
849+
field='warp.reg',
850+
desc=('Warping regularization '
851+
'parameter(s). Accepts float '
852+
'or list of floats (the
853+
'latter is required by '
854+
'SPM12)')
854855
sampling_distance = traits.Float(field='warp.samp',
855856
desc='Sampling distance on data for parameter estimation')
856857
write_deformation_fields = traits.List(traits.Bool(), minlen=2, maxlen=2, field='warp.write',

0 commit comments

Comments
 (0)