Skip to content

Commit b53de15

Browse files
committed
Fixed doctest
1 parent fa9798d commit b53de15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/dcm2nii.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class Dcm2nii(CommandLine):
5050
>>> converter.inputs.gzip_output = True
5151
>>> converter.inputs.output_dir = '.'
5252
>>> converter.cmdline #doctest: +ELLIPSIS
53-
'dcm2nii -g y -n y -i n -o . -b config.ini functional_1.dcm functional_2.dcm'
53+
'dcm2nii -g y -n y -i n -o . -b config.ini functional_1.dcm'
5454
>>> converter.run() # doctest: +SKIP
5555
"""
5656

0 commit comments

Comments
 (0)