Skip to content

Commit a120b74

Browse files
committed
Struct
1 parent 252cfdf commit a120b74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,8 @@ def write_bytes(filename, bytes_obj):
10371037

10381038
Struct
10391039
------
1040-
**This module performs conversions between Python values and C struct represented as Python bytes object. Machine’s native type sizes and byte order are used by default.**
1040+
* **Module that performs conversions between Python values and C struct, represented as a Python bytes object.**
1041+
* **Machine’s native type sizes and byte order are used by default.**
10411042

10421043
```python
10431044
from struct import pack, unpack, calcsize

0 commit comments

Comments
 (0)