Skip to content

Commit 33871e2

Browse files
committed
Minor bugfix: Typo in module attr hashlib.algorithms
1 parent 5c04218 commit 33871e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odml/dtypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ def calculate_crc32_checksum(data):
292292

293293
# allow to use any available algorithm
294294
try:
295-
hash_algorithms = hashlib.algoritms
295+
hash_algorithms = hashlib.algorithms
296296
except AttributeError:
297297
hash_algorithms = hashlib.algorithms_guaranteed
298298
for algo in hash_algorithms:

0 commit comments

Comments
 (0)