Skip to content

Commit c769a5d

Browse files
slimnsouroesteban
andcommitted
Apply suggestions from @oesteban code review
Co-authored-by: Oscar Esteban <[email protected]>
1 parent 5c8cf70 commit c769a5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dmriprep/workflows/dwi/eddy.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ def init_eddy_wf(name="eddy_wf"):
6262
Name of workflow (default: ``eddy_wf``)
6363
6464
Inputs
65-
----------
65+
------
6666
dwi_file
6767
dwi NIfTI file
6868
6969
Outputs
7070
-------
71-
out_eddy :
71+
out_eddy
7272
The eddy corrected diffusion image..
7373
7474
"""
@@ -81,7 +81,7 @@ def init_eddy_wf(name="eddy_wf"):
8181
workflow = Workflow(name=name)
8282
workflow.__desc__ = f"""\
8383
Geometrical distortions derived from the so-called Eddy-currents, and head-motion
84-
realignment parameters were estimated with the joint modeling of FSL ``eddy_correct``
84+
realignment parameters were estimated with the joint modeling of ``eddy_correct``,
8585
included in FSL {EddyCorrect().version} [@eddy].
8686
"""
8787

0 commit comments

Comments
 (0)