Skip to content

Commit

Permalink
Update xcube/core/store/accessor.py
Browse files Browse the repository at this point in the history
Co-authored-by: Konstantin Ntokas <[email protected]>
  • Loading branch information
forman and konstntokas authored Dec 18, 2024
1 parent 9f5b30c commit 0572dbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xcube/core/store/accessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0572dbb

Please sign in to comment.