We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a302202 commit b018653Copy full SHA for b018653
README.md
@@ -869,9 +869,6 @@ Struct
869
**This module performs conversions between Python values and C struct represented as Python Bytes object.**
870
```python
871
from struct import pack, unpack, calcsize
872
-```
873
-
874
-```python
875
<Bytes> = pack('<format>', <value_1> [, <value_2>, ...])
876
<tuple> = unpack('<format>', <Bytes>)
877
```
0 commit comments