Browse Source

Bytes

pull/27/head
Jure Šorn 6 years ago
parent
commit
fac6b3a090
1 changed files with 1 additions and 1 deletions
  1. 2
      README.md

2
README.md

@ -1229,8 +1229,8 @@ Bytes
<bytes> = b'<str>' <bytes> = b'<str>'
<int> = <bytes>[<index>] <int> = <bytes>[<index>]
<bytes> = <bytes>[<slice>] <bytes> = <bytes>[<slice>]
<bytes> = b''.join(<coll_of_bytes>)
<ints> = list(<bytes>) <ints> = list(<bytes>)
<bytes> = b''.join(<coll_of_bytes>)
``` ```
### Encode ### Encode

Loading…
Cancel
Save