[Python-checkins] cpython: improve grammar

benjamin.peterson python-checkins at python.org
Tue Sep 6 17:32:55 EDT 2016


https://hg.python.org/cpython/rev/9b8c615187f6
changeset:   103149:9b8c615187f6
parent:      103147:2b9af57af3e4
user:        Benjamin Peterson <benjamin at python.org>
date:        Tue Sep 06 14:32:40 2016 -0700
summary:
  improve grammar

files:
  Doc/library/hashlib-blake2.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/hashlib-blake2.rst b/Doc/library/hashlib-blake2.rst
--- a/Doc/library/hashlib-blake2.rst
+++ b/Doc/library/hashlib-blake2.rst
@@ -370,8 +370,8 @@
       /  \
      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
     >>>

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list