Skip to content

Commit e5646ed

Browse files
committed
Struct
1 parent 174d00b commit e5646ed

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
@@ -801,7 +801,7 @@ def write_bytes(filename, bytes):
801801

802802
Struct
803803
------
804-
**This module performs conversions between Python values and C structs represented as Python Bytes objects:**
804+
**This module performs conversions between Python values and C struct represented as Python Bytes object.**
805805
```python
806806
<Bytes> = struct.pack('<format>', <value_1> [, <value_2>, ...])
807807
<tuple> = struct.unpack('<format>', <Bytes>)

0 commit comments

Comments
 (0)