Skip to content

Commit 2b6d953

Browse files
authored
SHA-256
1 parent 915286f commit 2b6d953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

add_to_pydotorg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def md5sum_for(filename: str) -> str:
209209

210210

211211
def sha256sum_for(filename: str) -> str:
212-
"""Returns SHA256 checksum for filename."""
212+
"""Returns SHA-256 checksum for filename."""
213213
return hashlib.sha256(open(filename, "rb").read()).hexdigest()
214214

215215

0 commit comments

Comments
 (0)