From 668fdbd9a42d7574f3cca731abed86a6f5137587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Sun, 27 Jan 2019 11:01:45 +0100 Subject: [PATCH] Bytes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 33cf522..c4e626b 100644 --- a/README.md +++ b/README.md @@ -884,9 +884,9 @@ Bytes ### Decode ```python - = .decode('utf-8') - = int.from_bytes(, byteorder='big|little', signed=False) - = .hex() + = .decode('utf-8') + = int.from_bytes(, byteorder='big|little', signed=False) + = .hex() ``` ### Read Bytes from File