Skip to content

Commit cd02e97

Browse files
d-v-bjhamman
andauthored
Update src/zarr/storage/wrapper.py
Co-authored-by: Joe Hamman <[email protected]>
1 parent 04bac27 commit cd02e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/storage/wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class WrapperStore(Store, Generic[T_Store]):
2020
"""
2121
A store class that wraps an existing ``Store`` instance.
2222
By default all of the store methods are delegated to the wrapped store instance, which is
23-
accessible via the ``._wrapped`` attribute of this class.
23+
accessible via the ``._store`` attribute of this class.
2424
2525
Use this class to modify or extend the behavior of the other store classes.
2626
"""

0 commit comments

Comments
 (0)