summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
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: