Skip to content

Commit fac6b3a

Browse files
committed
Bytes
1 parent f87dbfe commit fac6b3a

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
@@ -1229,8 +1229,8 @@ Bytes
12291229
<bytes> = b'<str>'
12301230
<int> = <bytes>[<index>]
12311231
<bytes> = <bytes>[<slice>]
1232-
<bytes> = b''.join(<coll_of_bytes>)
12331232
<ints> = list(<bytes>)
1233+
<bytes> = b''.join(<coll_of_bytes>)
12341234
```
12351235

12361236
### Encode

0 commit comments

Comments
 (0)