This commit is contained in:
S Groesz 2021-04-14 03:17:42 +00:00
parent 34fa1b4502
commit de7c42fe8f
1 changed files with 1 additions and 1 deletions

View File

@ -930,7 +930,7 @@ class Bits:
class Bytes: 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 import sys