File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -422,7 +422,7 @@ Async support
422
422
423
423
Backends can also optionally support loading data asynchronously via xarray's asynchronous loading methods
424
424
(e.g. ``~xarray.Dataset.load_async ``).
425
- To support async loading the `BackendArray ` subclass must additionally implement the ``BackendArray.async_getitem `` method.
425
+ To support async loading the `` BackendArray ` ` subclass must additionally implement the ``BackendArray.async_getitem `` method.
426
426
427
427
Note that implementing this method is only necessary if you want to be able to load data from different xarray objects concurrently.
428
428
Even without this method your ``BackendArray `` implementation is still free to concurrently load chunks of data for a single ``Variable `` itself,
You can’t perform that action at this time.
0 commit comments