Skip to content

Commit 846bc5d

Browse files
committed
Bytes
1 parent d054bd3 commit 846bc5d

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
@@ -1087,7 +1087,7 @@ Bytes
10871087

10881088
### Decode
10891089
```python
1090-
<str> = <bytes>.decode('utf-8')
1090+
<str> = <bytes>.decode(encoding='utf-8')
10911091
<int> = int.from_bytes(<bytes>, byteorder='big|little', signed=False)
10921092
<hex> = <bytes>.hex()
10931093
```

0 commit comments

Comments
 (0)