Skip to content

Commit f3c44db

Browse files
committed
prose
1 parent a68751a commit f3c44db

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/user-guide/data_types.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ objects has a consistent type, then we can use a special encoding procedure to s
118118
is how Zarr Python stores variable-length UTF-8 strings, or variable-length byte strings.
119119

120120
Although these are separate data types in this library, they are both "object" arrays in NumPy, which means
121-
they have the same Zarr V2 string representation: ``"|O"``. Clearly in this case the string
122-
representation of the data type is ambiguous in this case.
121+
they have the *same* Zarr V2 string representation: ``"|O"``.
123122

124123
So for Zarr V2 we have to disambiguate different "object" data type arrays on the basis of their
125124
encoding procedure, i.e., the codecs declared in the ``filters`` and ``compressor`` attributes of array

0 commit comments

Comments
 (0)