Skip to content

Commit 1f9f106

Browse files
effigieshstojic
andauthored
Update nipype/interfaces/spm/model.py
Co-Authored-By: hstojic <[email protected]>
1 parent 562dab0 commit 1f9f106

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: nipype/interfaces/spm/model.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,9 @@ class Level1DesignInputSpec(SPMCommandInputSpec):
106106
desc=('Model serial correlations '
107107
'AR(1), FAST or none. FAST '
108108
'is available in SPM12'))
109-
flags = traits.Dict(desc='Additional arguments to the job, e.g. a common SPm operation is to modify the default masking threshold (mthresh)')
109+
flags = traits.Dict(
110+
desc='Additional arguments to the job, e.g., a common SPM operation is to '
111+
'modify the default masking threshold (mthresh)')
110112

111113

112114
class Level1DesignOutputSpec(TraitedSpec):

0 commit comments

Comments
 (0)