Skip to content

Commit cb62ced

Browse files
author
Mathieu Dubois
committed
DOC fix literal block issues in nipype/interfaces/fsl/preprocess.py
1 parent ee6c25d commit cb62ced

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nipype/interfaces/fsl/preprocess.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@ class FUGUE(FSLCommand):
12551255
--------
12561256
12571257
1258-
Unwarping an input image (shift map is known) ::
1258+
Unwarping an input image (shift map is known):
12591259
12601260
>>> from nipype.interfaces.fsl.preprocess import FUGUE
12611261
>>> fugue = FUGUE()
@@ -1269,7 +1269,7 @@ class FUGUE(FSLCommand):
12691269
>>> fugue.run() #doctest: +SKIP
12701270
12711271
1272-
Warping an input image (shift map is known) ::
1272+
Warping an input image (shift map is known):
12731273
12741274
>>> from nipype.interfaces.fsl.preprocess import FUGUE
12751275
>>> fugue = FUGUE()
@@ -1284,7 +1284,7 @@ class FUGUE(FSLCommand):
12841284
>>> fugue.run() #doctest: +SKIP
12851285
12861286
1287-
Computing the vsm (unwrapped phase map is known) ::
1287+
Computing the vsm (unwrapped phase map is known):
12881288
12891289
>>> from nipype.interfaces.fsl.preprocess import FUGUE
12901290
>>> fugue = FUGUE()

0 commit comments

Comments
 (0)