diff --git a/README.md b/README.md index 6db715b..4a6d137 100644 --- a/README.md +++ b/README.md @@ -653,10 +653,6 @@ Bytes = .hex() ``` -```python - = b''.join() -``` - ### Read Bytes from file ```python def read_bytes(filename): @@ -671,6 +667,10 @@ def write_bytes(filename, bytes): file.write(bytes) ``` +```python + = b''.join() +``` + Struct ------ **This module performs conversions between Python values and C structs represented as Python bytes objects:**