From: Benjamin Peterson Date: Tue, 6 Sep 2016 21:32:40 +0000 (-0700) Subject: improve grammar X-Git-Tag: v3.6.0b1~403 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef537db68813ebaae11f54b780f21ad7dac05845;p=thirdparty%2FPython%2Fcpython.git improve grammar --- diff --git a/Doc/library/hashlib-blake2.rst b/Doc/library/hashlib-blake2.rst index 22efe696af5c..aca24b421126 100644 --- a/Doc/library/hashlib-blake2.rst +++ b/Doc/library/hashlib-blake2.rst @@ -370,8 +370,8 @@ Here's an example of hashing a minimal tree with two leaf nodes:: / \ 00 01 -The example uses 64-byte internal digests, and returns the 32-byte final -digest. +This example uses 64-byte internal digests, and returns the 32-byte final +digest:: >>> from hashlib import blake2b >>>