Skip to content

Commit 6b16b36

Browse files
authored
Update maths.py
1 parent 9f491b5 commit 6b16b36

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
@@ -113,7 +113,7 @@ class StdImage(MathsCommand):
113113
"""Use fslmaths to generate a standard deviation in an image across a given dimension.
114114
"""
115115
input_spec = StdImageInput
116-
_suffix = "_std"
116+
_suffix = "_std"
117117

118118
class MeanImageInput(MathsInput):
119119

0 commit comments

Comments
 (0)