Tweaked the BitBuffer class top-level comment in all languages except C.

This commit is contained in:
Project Nayuki
2018-10-02 00:21:19 +00:00
parent b32c467031
commit 34408d66aa
6 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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,