Skip to content

Commit 9f491b5

Browse files
authored
Update maths.py
1 parent 0749b1e commit 9f491b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/maths.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def _format_arg(self, name, spec, value):
105105

106106
class StdImageInput(MathsInput):
107107

108-
dimension = traits.Enum("T", "X", "Y", "Z", usedefault=True, argstr="-%sTstd", position=4,
108+
dimension = traits.Enum("T", "X", "Y", "Z", usedefault=True, argstr="-%sstd", position=4,
109109
desc="dimension to standard deviate across")
110110

111111

0 commit comments

Comments
 (0)