Skip to content

Commit 37818a2

Browse files
author
brentru
committed
fix typo
1 parent 87ba91d commit 37818a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hashlib_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Bytes-to-encode
55
byte_string = b"CircuitPython"
66

7-
# Create a SHA-224 message
7+
# Create a SHA-1 message
88
print("--SHA1--")
99
m = hashlib.sha1()
1010
# Update the hash object with byte_string

0 commit comments

Comments
 (0)