Skip to content

Commit 2f410e9

Browse files
committed
Fix type in hashes/adler32.py
1 parent a1df380 commit 2f410e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hashes/adler32.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"""
1010

1111

12-
def adler32(plain_text: str) -> str:
12+
def adler32(plain_text: str) -> int:
1313
"""
1414
Function implements adler-32 hash.
1515
Itterates and evaluates new value for each character

0 commit comments

Comments
 (0)