Skip to content

Commit b57bbeb

Browse files
committed
docs: fix simple typo, probabably -> probably
There is a small typo in bitcoin/core/serialize.py. Should read `probably` rather than `probabably`.
1 parent b5540e8 commit b57bbeb

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
@@ -11,7 +11,7 @@
1111

1212
"""Serialization routines
1313
14-
You probabably don't need to use these directly.
14+
You probably don't need to use these directly.
1515
"""
1616

1717
from __future__ import absolute_import, division, print_function, unicode_literals

0 commit comments

Comments
 (0)