Skip to content

Commit a48054e

Browse files
fepegareffigies
andauthored
Update doc/source/gettingstarted.rst
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
1 parent f94f9ff commit a48054e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/gettingstarted.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ and all other values are set to resonable defaults.
113113

114114
Saving this new image to a file is trivial:
115115

116-
nib.save(img, os.path.join('build', 'test4d.nii.gz'))
116+
>>> nib.save(img, os.path.join('build', 'test4d.nii.gz')) # doctest: +SKIP
117117

118118
This short introduction only gave a quick overview of NiBabel's capabilities.
119119
Please have a look at the :ref:`api` for more details about supported file

0 commit comments

Comments
 (0)