Skip to content

Commit d42d7ee

Browse files
committed
DOC: doctest clause
1 parent 1b81908 commit d42d7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/nifti_images.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ If you create a new image, e.g.:
328328
The sform and qform codes will be initialised to 2 (aligned) and 0 (unknown)
329329
respectively:
330330

331-
>>> img.get_sform(coded=True)
331+
>>> img.get_sform(coded=True) # doctest: +NORMALIZE_WHITESPACE
332332
(array([[ 2., 0., 0., 0.],
333333
[ 0., 2., 0., 0.],
334334
[ 0., 0., 2., 0.],

0 commit comments

Comments
 (0)