8000 Un-mark memory store as "for testing" (#2601) · rtobar/zarr-python@190b867 · GitHub
[go: up one dir, main page]

Skip to content

Commit 190b867

Browse files
authored
Un-mark memory store as "for testing" (zarr-developers#2601)
1 parent 1ac02ea commit 190b867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zarr/storage/memory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
class MemoryStore(Store):
2121
"""
22-
In-memory store for testing purposes.
22+
In-memory store.
2323
2424
Parameters
2525
----------

0 commit comments

Comments
 (0)
0