Skip to content

Commit 55238c1

Browse files
author
Mathieu Dubois
committed
DOC fix literal block issues in nipype/interfaces/fsl/preprocess.py
1 parent 2027c70 commit 55238c1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nipype/interfaces/fsl/preprocess.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ class FUGUE(FSLCommand):
12561256
--------
12571257
12581258
1259-
Unwarping an input image (shift map is known)
1259+
Unwarping an input image (shift map is known):
12601260
12611261
>>> from nipype.interfaces.fsl.preprocess import FUGUE
12621262
>>> fugue = FUGUE()
@@ -1270,7 +1270,7 @@ class FUGUE(FSLCommand):
12701270
>>> fugue.run() #doctest: +SKIP
12711271
12721272
1273-
Warping an input image (shift map is known)
1273+
Warping an input image (shift map is known):
12741274
12751275
>>> from nipype.interfaces.fsl.preprocess import FUGUE
12761276
>>> fugue = FUGUE()
@@ -1285,7 +1285,7 @@ class FUGUE(FSLCommand):
12851285
>>> fugue.run() #doctest: +SKIP
12861286
12871287
1288-
Computing the vsm (unwrapped phase map is known)
1288+
Computing the vsm (unwrapped phase map is known):
12891289
12901290
>>> from nipype.interfaces.fsl.preprocess import FUGUE
12911291
>>> fugue = FUGUE()
@@ -1601,4 +1601,4 @@ def _gen_mesh_names(self, name, structures):
16011601
bvar = prefix + '-' + struct + '_first.bvars'
16021602
bvars.append(op.abspath(bvar))
16031603
return bvars
1604-
return None
1604+
return None

0 commit comments

Comments
 (0)