From a87fc908c28184d3acc2cce961341ce03fac1357 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Tue, 29 Mar 2022 17:57:33 +0100
Subject: [PATCH] DOC: Clarification [skip ci]

---
 fsl/data/image.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/fsl/data/image.py b/fsl/data/image.py
index f793f86ab..68ca3a39e 100644
--- a/fsl/data/image.py
+++ b/fsl/data/image.py
@@ -1002,11 +1002,11 @@ class Image(Nifti):
 
     Internally, the image data is managed using one of the following methods:
 
-     1. For read-only access, the ``Image`` class delegates
-        entirely to the underlying ``nibabel`` ``Nifti1Image``
-        instance - refer to
-        https://nipy.org/nibabel/nibabel_images.html#the-image-data-array
-        for more details.
+     1. For read-only access, the ``Image`` class delegates entirely to the
+        underlying ``nibabel`` ``Nifti1Image`` instance, accessing the data
+        via the ``Nifti1Image.dataobj`` attribute.  Refer to
+        https://nipy.org/nibabel/nibabel_images.html#the-image-data-array for
+        more details.
 
      2. As soon as any data is modified, the ``Image`` class will
         load the image data as a numpy array into memory and will maintain its
-- 
GitLab