Skip to content

Commit 3199b3d

Browse files
committed
Struct
1 parent b018653 commit 3199b3d

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
@@ -868,7 +868,7 @@ Struct
868868
------
869869
**This module performs conversions between Python values and C struct represented as Python Bytes object.**
870870
```python
871-
from struct import pack, unpack, calcsize
871+
from struct import pack, unpack
872872
<Bytes> = pack('<format>', <value_1> [, <value_2>, ...])
873873
<tuple> = unpack('<format>', <Bytes>)
874874
```

0 commit comments

Comments
 (0)