From f115e31573015e512898f99cc12837689503eb95 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 22 Feb 2018 14:22:42 +0200 Subject: Fix raw bytes --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index f9f3dec..65728c7 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ It is also possible to feed the raw bytes directly: :: - vs = ViewState(raw='\xff\x01....') + vs = ViewState(raw=b'\xff\x01....') Alternatively, the library can be used via command line by directly executing the module: -- cgit v1.3.1