Skip to content

Commit 6dc684d

Browse files
committed
fix doctest
1 parent bcbe25e commit 6dc684d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/storage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ builds on the production quality Rust library `object_store <https://docs.rs/obj
114114
>>>
115115
>>> store = ObjectStore(MemoryStore())
116116
>>> zarr.create_array(store=store, shape=(2,), dtype='float64')
117-
<Array object://... shape=(2,) dtype=float64>
117+
<Array object_store://... shape=(2,) dtype=float64>
118118

119119
Here's an example of using ObjectStore for accessing remote data:
120120

0 commit comments

Comments
 (0)