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