From b57bbeb507fd594c12e53d332871be63dd77af68 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 30 Dec 2020 15:09:48 +1100 Subject: [PATCH] docs: fix simple typo, probabably -> probably There is a small typo in bitcoin/core/serialize.py. Should read `probably` rather than `probabably`. --- bitcoin/core/serialize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitcoin/core/serialize.py b/bitcoin/core/serialize.py index c89b73e4..cf3e050f 100644 --- a/bitcoin/core/serialize.py +++ b/bitcoin/core/serialize.py @@ -11,7 +11,7 @@ """Serialization routines -You probabably don't need to use these directly. +You probably don't need to use these directly. """ from __future__ import absolute_import, division, print_function, unicode_literals