Skip to content

Commit df014a7

Browse files
authored
Fix typo (#1010)
I just went through the example here and I think that no variable called `store` is defined in the steps preceeding this (unless I missed something).
1 parent 0f24418 commit df014a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/icechunk-python/virtual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Now we can read the dataset from the store using xarray to confirm everything we
120120

121121
```python
122122
ds = xr.open_zarr(
123-
store,
123+
session.store,
124124
zarr_version=3,
125125
consolidated=False,
126126
chunks={},

0 commit comments

Comments
 (0)