summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2018-02-22 14:22:42 +0200
committerYuval Adam <_@yuv.al>2018-02-22 14:22:42 +0200
commitf115e31573015e512898f99cc12837689503eb95 (patch)
tree62e701df83fa9200030934e524015d1e60a81114 /README.rst
parentf0abdfc8e6b35a1243295512e277ff3e44a5c8c3 (diff)
Fix raw bytes
Diffstat (limited to 'README.rst')
-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: