Skip to content

Commit 668fdbd

Browse files
committed
Bytes
1 parent 778e408 commit 668fdbd

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
@@ -884,9 +884,9 @@ Bytes
884884

885885
### Decode
886886
```python
887-
<str> = <bytes>.decode('utf-8')
888-
<int> = int.from_bytes(<bytes>, byteorder='big|little', signed=False)
889-
<hex> = <bytes>.hex()
887+
<str> = <bytes>.decode('utf-8')
888+
<int> = int.from_bytes(<bytes>, byteorder='big|little', signed=False)
889+
<hex> = <bytes>.hex()
890890
```
891891

892892
### Read Bytes from File

0 commit comments

Comments
 (0)