From e5646ed7002ce6465691ff74b8d4474d4238a940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Wed, 26 Dec 2018 13:33:52 +0100 Subject: [PATCH] Struct --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('', )