]> granicus.if.org Git - python/commitdiff
Fixed typo (thx Arfrever)
authorChristian Heimes <christian@cheimes.de>
Mon, 30 Dec 2013 08:33:46 +0000 (09:33 +0100)
committerChristian Heimes <christian@cheimes.de>
Mon, 30 Dec 2013 08:33:46 +0000 (09:33 +0100)
Doc/whatsnew/3.4.rst

index 4f408ccac641d68e7b5d5e9955da846758fe8ef8..4a097d25603977bec4df939f7f274a13e732ff5e 100644 (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`.)