Browse Source

docs: remove mention of type byte

pull/754/head
Zach Ramsay 7 years ago
parent
commit
9b382d7a11
1 changed files with 4 additions and 5 deletions
  1. +4
    -5
      docs/getting-started.rst

+ 4
- 5
docs/getting-started.rst View File

@ -153,11 +153,10 @@ The result should look like:
}
}
Again, the ``112`` is the type-byte. Note the ``value`` in the result
(``61626364``); this is the hex-encoding of the ASCII of ``abcd``. You
can verify this in a python shell by running
``"61626364".decode('hex')``. Stay tuned for a future release that makes
this output more human-readable ;).
Note the ``value`` in the result (``61626364``); this is the
hex-encoding of the ASCII of ``abcd``. You can verify this in
a python shell by running ``"61626364".decode('hex')``. Stay
tuned for a future release that makes this output more human-readable.
Now let's try setting a different key and value:


Loading…
Cancel
Save