Skip to content

Commit 28f18ac

Browse files
committed
DOC: fix ReST markup error in get_data docstring
1 parent c0e4ea8 commit 28f18ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/spatialimages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ def get_data(self, caching='fill'):
459459
The default behavior for ``get_data()`` on a proxy image is to read the
460460
data from the proxy, and store in an internal cache. Future calls to
461461
``get_data`` will return the cached array. This is the behavior
462-
selected with `caching` == "fill"`.
462+
selected with `caching` == "fill".
463463
464464
Once the data has been cached and returned from an array proxy, if you
465465
modify the returned array, you will also modify the cached array

0 commit comments

Comments
 (0)