Skip to content

Commit 0ea83c4

Browse files
committed
Merge petertodd#254: docs: fix simple typo, probabably -> probably
b57bbeb docs: fix simple typo, probabably -> probably (Tim Gates) Pull request description: There is a small typo in bitcoin/core/serialize.py. Should read `probably` rather than `probabably`. Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md Top commit has no ACKs. Tree-SHA512: 64b62815a46ca5b8b94d1e7de466587b1a0a5b1e417ec4988cf019c3caab2ee26053733c660f64ac0bf9b2515ea266657f253a0839a9cb4bbddc441a02b41f40
2 parents b5540e8 + b57bbeb commit 0ea83c4

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)