We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562dab0 commit 1f9f106Copy full SHA for 1f9f106
nipype/interfaces/spm/model.py
@@ -106,7 +106,9 @@ class Level1DesignInputSpec(SPMCommandInputSpec):
106
desc=('Model serial correlations '
107
'AR(1), FAST or none. FAST '
108
'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)')
+ 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)')
112
113
114
class Level1DesignOutputSpec(TraitedSpec):
0 commit comments