From 3199b3dc0cd1fcdd25651cb3e24554289b562417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sat, 29 Dec 2018 16:45:56 +0100 Subject: [PATCH] Struct --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e55a1de..d1d950a 100644 --- a/README.md +++ b/README.md @@ -868,7 +868,7 @@ Struct ------ **This module performs conversions between Python values and C struct represented as Python Bytes object.** ```python -from struct import pack, unpack, calcsize +from struct import pack, unpack = pack('', [, , ...]) = unpack('', ) ```