Skip to content

Commit 5c0ff08

Browse files
authored
Update serialize.py (Docstring Typo:)
The closing parenthesis in the docstring should be removed.
1 parent 06e7289 commit 5c0ff08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitcoin/core/serialize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
def Hash(msg):
29-
"""SHA256^2)(msg) -> bytes"""
29+
"""SHA256^2(msg) -> bytes"""
3030
return hashlib.sha256(hashlib.sha256(msg).digest()).digest()
3131

3232
def Hash160(msg):

0 commit comments

Comments
 (0)