Browse Source

Struct

pull/9/head
Jure Šorn 6 years ago
parent
commit
3199b3dc0c
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
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
<Bytes> = pack('<format>', <value_1> [, <value_2>, ...])
<tuple> = unpack('<format>', <Bytes>)
```

Loading…
Cancel
Save