File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,6 @@ class DictStore:
6363 C2Array objects will always be stored in the embedded store,
6464 regardless of their size.
6565
66- Notes
67- -----
68- - External persistence uses the following file extensions:
69- .b2nd for NDArray and .b2f for SChunk.
70-
7166 Examples
7267 --------
7368 >>> dstore = DictStore(localpath="my_dstore.b2z", mode="w")
@@ -87,8 +82,10 @@ class DictStore:
8782
8883 Notes
8984 -----
90- The DictStore is still experimental and subject to change.
91- Please report any issues you may find.
85+ - The DictStore is still experimental and subject to change.
86+ Please report any issues you may find.
87+ - External persistence uses the following file extensions:
88+ .b2nd for NDArray and .b2f for SChunk.
9289 """
9390
9491 def __init__ (
You can’t perform that action at this time.
0 commit comments