Skip to content

Commit 62975dc

Browse files
committed
Fixed order in test docstring
1 parent 3aeefe8 commit 62975dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/elastix/registration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# @Author: oesteban - [email protected]
77
# @Date: 2014-06-02 12:06:50
88
# @Last Modified by: oesteban
9-
# @Last Modified time: 2014-06-02 14:09:50
9+
# @Last Modified time: 2014-06-02 15:22:47
1010
"""The :py:mod:`nipype.interfaces.elastix` provides the interface to
1111
the elastix registration software.
1212
@@ -67,7 +67,7 @@ class Registration(CommandLine):
6767
>>> reg.inputs.moving_image = 'moving1.nii'
6868
>>> reg.inputs.parameters = ['elastix.txt']
6969
>>> reg.cmdline
70-
'elastix -f fixed1.nii -m moving1.nii -p elastix.txt -out ./'
70+
'elastix -f fixed1.nii -m moving1.nii -out ./ -p elastix.txt'
7171
"""
7272

7373
_cmd = 'elastix'

0 commit comments

Comments
 (0)