Skip to content

Commit 760f603

Browse files
committed
[FIX} Fixed typo in QWarpInputSpec Trait description
Fixed a typo in QWarpInputSpecs trait description for 'noXdis', 'noYdis', and 'noZdis'.
1 parent 57f1569 commit 760f603

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nipype/interfaces/afni/preprocess.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3387,11 +3387,11 @@ class QwarpInputSpec(AFNICommandInputSpec):
33873387
exists=True,
33883388
copyfile=False)
33893389
noXdis = traits.Bool(
3390-
desc='Warp will not displace in x directoin', argstr='-noXdis')
3390+
desc='Warp will not displace in x direction', argstr='-noXdis')
33913391
noYdis = traits.Bool(
3392-
desc='Warp will not displace in y directoin', argstr='-noYdis')
3392+
desc='Warp will not displace in y direction', argstr='-noYdis')
33933393
noZdis = traits.Bool(
3394-
desc='Warp will not displace in z directoin', argstr='-noZdis')
3394+
desc='Warp will not displace in z direction', argstr='-noZdis')
33953395
iniwarp = traits.List(
33963396
File(exists=True, copyfile=False),
33973397
desc='A dataset with an initial nonlinear warp to use.'

0 commit comments

Comments
 (0)