File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- .. _ endian -codec-v1 :
1+ .. _ bytes -codec-v1 :
22
33============================
4- Endian codec (version 1.0)
4+ Bytes codec (version 1.0)
55============================
66
77 **Editor's draft 26 July 2019 **
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Sharding can be configured per array in the :ref:`array-metadata` as follows::
101101 "chunk_shape": [32, 32],
102102 "codecs": [
103103 {
104- "name": "endian ",
104+ "name": "bytes ",
105105 "configuration": {
106106 "endian": "little",
107107 }
@@ -115,7 +115,7 @@ Sharding can be configured per array in the :ref:`array-metadata` as follows::
115115 ],
116116 "index_codecs": [
117117 {
118- "name": "endian ",
118+ "name": "bytes ",
119119 "configuration": {
120120 "endian": "little",
121121 }
You can’t perform that action at this time.
0 commit comments