Skip to content

Commit 911601b

Browse files
authored
fix: rendering
1 parent 67d6212 commit 911601b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

nipype/interfaces/dcm2nii.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -370,10 +370,11 @@ class Dcm2niix(CommandLine):
370370
'dcm2niix -b y -z y -5 -x n -t n -m n -o ds005 -s n -v n dicomdir'
371371
>>> converter.run() # doctest: +SKIP
372372
373-
# In the example below, we note that the current version of dcm2niix
374-
# converts any files in the directory containing the files in the list. We
375-
# also do not support nested filenames with this option. Thus all files
376-
# should have a common root directory.
373+
In the example below, we note that the current version of dcm2niix
374+
converts any files in the directory containing the files in the list. We
375+
also do not support nested filenames with this option. **Thus all files
376+
must have a common root directory.**
377+
377378
>>> converter = Dcm2niix()
378379
>>> converter.inputs.source_names = ['functional_1.dcm', 'functional_2.dcm']
379380
>>> converter.inputs.compression = 5

0 commit comments

Comments
 (0)