Skip to content

Commit 0d2ee80

Browse files
committed
Fix typo
1 parent 2d4239d commit 0d2ee80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blosc2/schunk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ def info(self) -> InfoReporter:
474474

475475
@property
476476
def info_items(self) -> list:
477-
"""A list of tuples with the information about this array.
477+
"""A list of tuples with the information about this schunk.
478478
Each tuple contains the name of the attribute and its value.
479479
"""
480480
items = []

0 commit comments

Comments
 (0)