Skip to content

Commit 5924fc1

Browse files
authored
Update v3.0.rst
1 parent f1cca01 commit 5924fc1

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
@@ -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.

0 commit comments

Comments
 (0)