File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ Documentation
16
16
17
17
* Typo fixes to close quotes. By :user: `Pavithra Eswaramoorthy <pavithraes> `
18
18
19
+ Maintenance
20
+ ~~~~~~~~~~~
21
+
22
+ * Fix spelling.
23
+ By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> `, :issue: `1073 `.
24
+
19
25
20
26
.. _release_2.12.0 :
21
27
Original file line number Diff line number Diff line change @@ -897,7 +897,7 @@ The second invocation here will be much faster. Note that the ``storage_options`
897
897
have become more complex here, to account for the two parts of the supplied
898
898
URL.
899
899
900
- It is also possible to initialize the filesytem outside of Zarr and then pass
900
+ It is also possible to initialize the filesystem outside of Zarr and then pass
901
901
it through. This requires creating an :class: `zarr.storage.FSStore ` object
902
902
explicitly. For example::
903
903
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ class Array:
153
153
154
154
def __init__ (
155
155
self ,
156
- store : Any , # BaseStore not stricly required due to normalize_store_arg
156
+ store : Any , # BaseStore not strictly required due to normalize_store_arg
157
157
path = None ,
158
158
read_only = False ,
159
159
chunk_store = None ,
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ def get_extended_dtype_info(dtype) -> dict:
81
81
fallback = None ,
82
82
)
83
83
else :
84
- raise ValueError (f"Unsupport dtype: { dtype } " )
84
+ raise ValueError (f"Unsupported dtype: { dtype } " )
85
85
86
86
87
87
class Metadata2 :
@@ -399,7 +399,7 @@ def decode_hierarchy_metadata(
399
399
"metadata_key_suffix" ,
400
400
"extensions" ,
401
401
}:
402
- raise ValueError (f"Unexpected keys in metdata . meta={ meta } " )
402
+ raise ValueError (f"Unexpected keys in metadata . meta={ meta } " )
403
403
return meta
404
404
405
405
@classmethod
You can’t perform that action at this time.
0 commit comments