diff --git a/README.md b/README.md index c4e626b..56052c5 100644 --- a/README.md +++ b/README.md @@ -869,6 +869,7 @@ Bytes **Bytes object is immutable sequence of single bytes. Mutable version is called bytearray.** ```python + = b'' = [] = [] = b''.join() @@ -876,7 +877,6 @@ Bytes ### Encode ```python - = b'' = .encode(encoding='utf-8') = .to_bytes(length, byteorder='big|little', signed=False) = bytes.fromhex()