mirror of
https://github.com/status-im/QR-Code-generator.git
synced 2026-08-31 01:31:10 +00:00
Tweaked the BitBuffer class top-level comment in all languages except C.
This commit is contained in:
+1
-1
@@ -811,7 +811,7 @@ class _ReedSolomonGenerator(object):
|
||||
|
||||
|
||||
class _BitBuffer(list):
|
||||
"""An appendable sequence of bits (0's and 1's)."""
|
||||
"""An appendable sequence of bits (0s and 1s)."""
|
||||
|
||||
def get_bytes(self):
|
||||
"""Packs this buffer's bits into bytes in big endian,
|
||||
|
||||
Reference in New Issue
Block a user