Skip to content

Commit b517d94

Browse files
authored
Update v3.0.rst
1 parent 76bf9ba commit b517d94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/v3/core/v3.0.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,7 @@ compressed using gzip compression prior to storage::
10021002
"node_type": "array",
10031003
"shape": [10000, 1000],
10041004
"dimension_names": ["rows", "columns"],
1005-
"data_type": "<f8",
1005+
"data_type": "float64",
10061006
"chunk_grid": {
10071007
"name": "regular",
10081008
"configuration": {
@@ -1037,7 +1037,7 @@ above, but using a (currently made up) extension data type::
10371037
"configuration": {
10381038
"unit": "ns"
10391039
},
1040-
"fallback": "<i8"
1040+
"fallback": "int64"
10411041
},
10421042
"chunk_grid": {
10431043
"name": "regular",

0 commit comments

Comments
 (0)