summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-12-30 08:33:46 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-12-30 08:33:46 (GMT)
commitf598558afb3e224b0926b0747a7fdcfbca76cf68 (patch)
tree8baa356dadb6f734a9210b7ed8d20dfc98cc1ad1 /Doc
parent4d1639f4e5513945ac84ea5dbd242da6bb0f6058 (diff)
downloadcpython-f598558afb3e224b0926b0747a7fdcfbca76cf68.zip
cpython-f598558afb3e224b0926b0747a7fdcfbca76cf68.tar.gz
cpython-f598558afb3e224b0926b0747a7fdcfbca76cf68.tar.bz2
Fixed typo (thx Arfrever)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.4.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index 4f408cc..4a097d2 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 <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`.)