diff options
| author | Yuval Adam <_@yuv.al> | 2018-02-22 14:22:42 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2018-02-22 14:22:42 +0200 |
| commit | f115e31573015e512898f99cc12837689503eb95 (patch) | |
| tree | 62e701df83fa9200030934e524015d1e60a81114 /README.rst | |
| parent | f0abdfc8e6b35a1243295512e277ff3e44a5c8c3 (diff) | |
Fix raw bytes
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
