Skip to content

Commit 2079d7e

Browse files
committed
fix formatting
1 parent b6d4a82 commit 2079d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/internals/how-to-add-new-backend.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ Async support
422422

423423
Backends can also optionally support loading data asynchronously via xarray's asynchronous loading methods
424424
(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.
426426

427427
Note that implementing this method is only necessary if you want to be able to load data from different xarray objects concurrently.
428428
Even without this method your ``BackendArray`` implementation is still free to concurrently load chunks of data for a single ``Variable`` itself,

0 commit comments

Comments
 (0)