Browse Source

Struct

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

2
README.md

@ -1037,7 +1037,7 @@ def write_bytes(filename, bytes_obj):
Struct
------
* **Module that performs conversions between Python values and C struct, represented as a Python bytes object.**
* **Module that performs conversions between Python values and a C struct, represented as a Python bytes object.**
* **Machine’s native type sizes and byte order are used by default.**
```python

Loading…
Cancel
Save