Skip to content

Commit 077aeb1

Browse files
committed
Struct
1 parent 72edaac commit 077aeb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ def write_bytes(filename, bytes_obj):
906906

907907
Struct
908908
------
909-
**This module performs conversions between Python values and C struct represented as Python bytes object. By default machine’s native sizes and byte order are used.**
909+
**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.**
910910

911911
```python
912912
from struct import pack, unpack, calcsize

0 commit comments

Comments
 (0)