From de7c42fe8fdf52dd59985913146609170e2ae4f9 Mon Sep 17 00:00:00 2001 From: S Groesz Date: Wed, 14 Apr 2021 03:17:42 +0000 Subject: [PATCH] fix typo --- src/bits.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bits.py b/src/bits.py index 1203e20..219c612 100644 --- a/src/bits.py +++ b/src/bits.py @@ -930,7 +930,7 @@ class Bits: class Bytes: """ - A colletion of Bits with convenient properties for working with binary data + A collection of Bits with convenience methods for working with binary data """ import sys