We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e4ea8 commit 28f18acCopy full SHA for 28f18ac
nibabel/spatialimages.py
@@ -459,7 +459,7 @@ def get_data(self, caching='fill'):
459
The default behavior for ``get_data()`` on a proxy image is to read the
460
data from the proxy, and store in an internal cache. Future calls to
461
``get_data`` will return the cached array. This is the behavior
462
- selected with `caching` == "fill"`.
+ selected with `caching` == "fill".
463
464
Once the data has been cached and returned from an array proxy, if you
465
modify the returned array, you will also modify the cached array
0 commit comments