Skip to content

Commit ab9f3ea

Browse files
committed
fix: syntax
1 parent 392cc12 commit ab9f3ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nipype/interfaces/c3.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class C3dInputSpec(CommandLineInputSpec):
9191
traits.Int(), traits.Float(),
9292
argstr="-scale %s",
9393
desc=("Multiplies the intensity of each voxel in the last image on the"
94-
" stack by the given factor.")
94+
" stack by the given factor."))
9595
shift = traits.Either(
9696
traits.Int(), traits.Float(),
9797
argstr="-shift %s",
@@ -100,7 +100,7 @@ class C3dInputSpec(CommandLineInputSpec):
100100
"Linear", "NearestNeighbor", "Cubic", "Sinc", "Gaussian",
101101
argstr="-interpolation %s",
102102
desc=("Specifies the interpolation used with -resample and other"
103-
" commands. Default is Linear.")
103+
" commands. Default is Linear."))
104104
resample = traits.Str(
105105
argstr="-resample %s",
106106
desc=("Resamples the image, keeping the bounding box the same, but"
@@ -122,7 +122,7 @@ class C3dInputSpec(CommandLineInputSpec):
122122
False,
123123
usedefault=True,
124124
desc=("Changes command to support 4D file operations (default is"
125-
" false).")
125+
" false)."))
126126

127127

128128
class C3dOutputSpec(TraitedSpec):

0 commit comments

Comments
 (0)