diff --git a/README.md b/README.md index e5c447c..d540912 100644 --- a/README.md +++ b/README.md @@ -801,7 +801,7 @@ def write_bytes(filename, bytes): Struct ------ -**This module performs conversions between Python values and C structs represented as Python Bytes objects:** +**This module performs conversions between Python values and C struct represented as Python Bytes object.** ```python = struct.pack('', [, , ...]) = struct.unpack('', )