diff --git a/README.md b/README.md index d196ef6..e55a1de 100644 --- a/README.md +++ b/README.md @@ -869,9 +869,6 @@ Struct **This module performs conversions between Python values and C struct represented as Python Bytes object.** ```python from struct import pack, unpack, calcsize -``` - -```python = pack('', [, , ...]) = unpack('', ) ```