Skip to content

Commit a49f154

Browse files
authored
Update nipype/interfaces/mrtrix3/utils.py
1 parent 45618bc commit a49f154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/mrtrix3/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class TckSift2(CommandLine):
4040
>>> tcksift2.inputs.in_file = 'streamlines.tck'
4141
>>> tcksift2.inputs.in_fod = 'fod.mif'
4242
>>> tcksift2.inputs.out_weights = 'streamlines_weights.txt'
43-
>>> tcksift2.cmdline # doctest: +ELLIPSIS
43+
>>> tcksift2.cmdline
4444
'tcksift2 streamlines.tck fod.mif streamlines_weights.txt'
4545
>>> tcksift2.run() # doctest: +SKIP
4646
"""

0 commit comments

Comments
 (0)