aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Doc/library/hashlib.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst
index 7bb030bd08f..6f92152a778 100644
--- a/Doc/library/hashlib.rst
+++ b/Doc/library/hashlib.rst
@@ -118,10 +118,10 @@ More condensed:
Using :func:`new` with an algorithm provided by OpenSSL:
- >>> h = hashlib.new('ripemd160')
+ >>> h = hashlib.new('sha512_256')
>>> h.update(b"Nobody inspects the spammish repetition")
>>> h.hexdigest()
- 'cc4a5ce1b3df48aec5d22d1f16b894a0b894eccc'
+ '19197dc4d03829df858011c6c87600f994a858103bbc19005f20987aa19a97e2'
Hashlib provides the following constant attributes: