We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04bac27 commit cd02e97Copy full SHA for cd02e97
src/zarr/storage/wrapper.py
@@ -20,7 +20,7 @@ class WrapperStore(Store, Generic[T_Store]):
20
"""
21
A store class that wraps an existing ``Store`` instance.
22
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.
+ accessible via the ``._store`` attribute of this class.
24
25
Use this class to modify or extend the behavior of the other store classes.
26
0 commit comments