From 0572dbb4cc92e623c348d47605015e591ee7e0b6 Mon Sep 17 00:00:00 2001 From: Norman Fomferra Date: Wed, 18 Dec 2024 16:34:49 +0100 Subject: [PATCH] Update xcube/core/store/accessor.py Co-authored-by: Konstantin Ntokas <38956538+konstntokas@users.noreply.github.com> --- xcube/core/store/accessor.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xcube/core/store/accessor.py b/xcube/core/store/accessor.py index 84161a312..b9477eac1 100644 --- a/xcube/core/store/accessor.py +++ b/xcube/core/store/accessor.py @@ -339,9 +339,9 @@ class DataPreloader(ABC): access is by file download, access is bandwidth limited, or not allowing for sub-setting. - Data stores may differently implement the ``preload_data()`` method, - usually not at all. If preloading is required, the data will be - downloaded in most cases and made available via some temporary cache. +Data stores may implement the ``preload_data()`` method differently—or not at all. +In most cases, if preloading is required, the data will be downloaded and stored +temporarily in a cache for access. """ @abstractmethod