Skip to content

Commit 98beb0a

Browse files
authored
Merge pull request #2869 from TheChymera/typos
DOC: Fix typos in ANTs Registration input documentation
2 parents 86a3ea3 + 28a943a commit 98beb0a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

nipype/interfaces/ants/registration.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@ class RegistrationInputSpec(ANTSCommandInputSpec):
305305
initial_moving_transform = InputMultiPath(
306306
File(exists=True),
307307
argstr='%s',
308-
desc='A transform or a list of transforms that should be applied'
309-
'before the registration begins. Note that, when a list is given,'
308+
desc='A transform or a list of transforms that should be applied '
309+
'before the registration begins. Note that, when a list is given, '
310310
'the transformations are applied in reverse order.',
311311
xor=['initial_moving_transform_com'])
312312
invert_initial_moving_transform = InputMultiPath(
@@ -323,9 +323,9 @@ class RegistrationInputSpec(ANTSCommandInputSpec):
323323
2,
324324
argstr='%s',
325325
xor=['initial_moving_transform'],
326-
desc="Align the moving_image nad fixed_image befor registration using"
327-
"the geometric center of the images (=0), the image intensities (=1),"
328-
"or the origin of the images (=2)")
326+
desc="Align the moving_image and fixed_image before registration using "
327+
"the geometric center of the images (=0), the image intensities (=1), "
328+
"or the origin of the images (=2).")
329329
metric_item_trait = traits.Enum("CC", "MeanSquares", "Demons", "GC", "MI",
330330
"Mattes")
331331
metric_stage_trait = traits.Either(metric_item_trait,

0 commit comments

Comments
 (0)