From 846bc5d3b07c612389432d2c8f51615b4dc6382e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Mon, 18 Feb 2019 16:12:57 +0100 Subject: [PATCH] Bytes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31c196e..d0bb3a0 100644 --- a/README.md +++ b/README.md @@ -1087,7 +1087,7 @@ Bytes ### Decode ```python - = .decode('utf-8') + = .decode(encoding='utf-8') = int.from_bytes(, byteorder='big|little', signed=False) = .hex() ```