Skip to content

Commit 83a6ee2

Browse files
committed
Struct
1 parent fac6b3a commit 83a6ee2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,9 +1269,9 @@ Struct
12691269

12701270
```python
12711271
from struct import pack, unpack, iter_unpack, calcsize
1272-
<bytes> = pack('<format>', <value_1> [, <value_2>, ...])
1273-
<tuple> = unpack('<format>', <bytes>)
1274-
<iter> = iter_unpack('<format>', <bytes>)
1272+
<bytes> = pack('<format>', <value_1> [, <value_2>, ...])
1273+
<tuple> = unpack('<format>', <bytes>)
1274+
<tuples> = iter_unpack('<format>', <bytes>)
12751275
```
12761276

12771277
### Example

0 commit comments

Comments
 (0)