From a120b742645e92a03859d33f1e13d79335252541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Tue, 29 Jan 2019 19:24:10 +0100 Subject: [PATCH] Struct --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5620f37..45c8272 100644 --- a/README.md +++ b/README.md @@ -1037,7 +1037,8 @@ def write_bytes(filename, bytes_obj): Struct ------ -**This module performs conversions between Python values and C struct represented as Python bytes object. Machine’s native type sizes and byte order are used by default.** +* **Module that performs conversions between Python values and C struct, represented as a Python bytes object.** +* **Machine’s native type sizes and byte order are used by default.** ```python from struct import pack, unpack, calcsize