Skip to content

Commit e474389

Browse files
Fix typo found by codespell (#466)
1 parent cb15543 commit e474389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numcodecs/jenkins.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ cpdef uint32_t jenkins_lookup3(const uint8_t[::1] _data, uint32_t initval=0):
9696
hash a variable-length key into a 32-bit value
9797
9898
data : the key (unaligned variable-length array of bytes)
99-
initval : can be any 4-byte value, defualts to 0
99+
initval : can be any 4-byte value, defaults to 0
100100
101101
Returns a 32-bit value. Every bit of the key affects every bit of
102102
the return value. Two keys differing by one or two bits will have

0 commit comments

Comments
 (0)