Skip to content

Commit

Permalink
Merge pull request #3213 from servoz/master
Browse files Browse the repository at this point in the history
volterra_expansion_order documentation error
  • Loading branch information
effigies authored Jun 2, 2020
2 parents 7c779ab + 96f1033 commit ddd9b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nipype/interfaces/spm/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class Level1DesignInputSpec(SPMCommandInputSpec):
mandatory=True,
)
volterra_expansion_order = traits.Enum(
1, 2, field="volt", desc=("Model interactions - yes:1, no:2")
1, 2, field="volt", desc=("Model interactions - no:1, yes:2")
)
global_intensity_normalization = traits.Enum(
"none",
Expand Down

0 comments on commit ddd9b55

Please sign in to comment.