Skip to content

Commit dbbf2bc

Browse files
Update numcodecs/fletcher32.pyx
Co-authored-by: Ryan Abernathey <[email protected]>
1 parent 93cef03 commit dbbf2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numcodecs/fletcher32.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Fletcher32(Codec):
4949
With this codec, the checksum is concatenated on the end of the data
5050
bytes when encoded. At decode time, the checksum is performed on
5151
the data portion and compared with the four-byte checksum, raising
52-
ValueError if inconsistent.
52+
RuntimeError if inconsistent.
5353
"""
5454

5555
codec_id = "fletcher32"

0 commit comments

Comments
 (0)