Fixed typo (thx Arfrever)

This commit is contained in:
Christian Heimes 2013-12-30 09:33:46 +01:00
parent 4d1639f4e5
commit f598558afb
1 changed files with 1 additions and 1 deletions

View File

@ -655,7 +655,7 @@ New :func:`hashlib.pbkdf2_hmac` function.
.. _whatsnew-sha3:
New :ref:`hash algorithms <hash-algorithms>` ``sah3_224()``, ``sha3_256()``,
New :ref:`hash algorithms <hash-algorithms>` ``sha3_224()``, ``sha3_256()``,
``sha3_384()``, and ``sha3_512()``. (Contributed by Christian Heimes in
:issue:`16113`.)