Commit ef537db6 authored by Benjamin Peterson's avatar Benjamin Peterson

improve grammar

parent fe3c9c1e
...@@ -370,8 +370,8 @@ Here's an example of hashing a minimal tree with two leaf nodes:: ...@@ -370,8 +370,8 @@ Here's an example of hashing a minimal tree with two leaf nodes::
/ \ / \
00 01 00 01
The example uses 64-byte internal digests, and returns the 32-byte final This example uses 64-byte internal digests, and returns the 32-byte final
digest. digest::
>>> from hashlib import blake2b >>> from hashlib import blake2b
>>> >>>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment