We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 174d00b commit e5646edCopy full SHA for e5646ed
README.md
@@ -801,7 +801,7 @@ def write_bytes(filename, bytes):
801
802
Struct
803
------
804
-**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.**
805
```python
806
<Bytes> = struct.pack('<format>', <value_1> [, <value_2>, ...])
807
<tuple> = struct.unpack('<format>', <Bytes>)
0 commit comments