From f598558afb3e224b0926b0747a7fdcfbca76cf68 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Mon, 30 Dec 2013 09:33:46 +0100 Subject: [PATCH] Fixed typo (thx Arfrever) --- Doc/whatsnew/3.4.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 4f408ccac64..4a097d25603 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -655,7 +655,7 @@ New :func:`hashlib.pbkdf2_hmac` function. .. _whatsnew-sha3: -New :ref:`hash algorithms ` ``sah3_224()``, ``sha3_256()``, +New :ref:`hash algorithms ` ``sha3_224()``, ``sha3_256()``, ``sha3_384()``, and ``sha3_512()``. (Contributed by Christian Heimes in :issue:`16113`.)