File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1192,10 +1192,10 @@ of an additional operation:
11921192 encoded representations, such as compression algorithms. Depending on the
11931193 type of the codec, the signature could differ:
11941194
1195- - ``c.compute_encoded_size(array_size, dtype ) -> (array_size, dtpye ) ``
1195+ - ``c.compute_encoded_size(array_size, data_type ) -> (array_size, data_type ) ``
11961196 for ``array -> array `` codecs, where ``array_size `` is the number of items
11971197 in the array, i.e., the product of the components of the array's shape;
1198- - ``c.compute_encoded_size(array_size, dtype ) -> byte_size ``
1198+ - ``c.compute_encoded_size(array_size, data_type ) -> byte_size ``
11991199 for ``array -> bytes `` codecs;
12001200 - ``c.compute_encoded_size(byte_size) -> byte_size ``
12011201 for ``bytes -> bytes `` codecs.
You can’t perform that action at this time.
0 commit comments