Skip to content

Commit

Permalink
(fix): docstring class
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Oct 1, 2024
1 parent d082a35 commit e81d155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anndata/experimental/backed/_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def read_lazy(
store
A store-like object to be read in. If :class:`zarr.hierarchy.Group`, it is best for it to be consolidated.
load_annotation_index
Whether or not to use a range index for the `{obs,var}` :class:`xr.Dataset` so as not to load the index into memory.
Whether or not to use a range index for the `{obs,var}` :class:`xarray.Dataset` so as not to load the index into memory.
If `False`, the real `index` will be inserted as `{obs,var}_names` in the object but not be one of the `coords` thereby preventing read operations.
Returns
Expand Down

0 comments on commit e81d155

Please sign in to comment.