From: Christian Heimes Date: Mon, 30 Dec 2013 08:33:46 +0000 (+0100) Subject: Fixed typo (thx Arfrever) X-Git-Tag: v3.4.0b2~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f598558afb3e224b0926b0747a7fdcfbca76cf68;p=python Fixed typo (thx Arfrever) --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 4f408ccac6..4a097d2560 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`.)