Browse Source

Struct

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

2
README.md

@ -801,7 +801,7 @@ def write_bytes(filename, bytes):
Struct
------
**This module performs conversions between Python values and C structs represented as Python Bytes objects:**
**This module performs conversions between Python values and C struct represented as Python Bytes object.**
```python
<Bytes> = struct.pack('<format>', <value_1> [, <value_2>, ...])
<tuple> = struct.unpack('<format>', <Bytes>)

Loading…
Cancel
Save