[Python-checkins] cpython: Fixed typo (thx Arfrever)

christian.heimes python-checkins at python.org
Mon Dec 30 09:34:02 CET 2013


http://hg.python.org/cpython/rev/fd846837492d
changeset:   88224:fd846837492d
user:        Christian Heimes <christian at cheimes.de>
date:        Mon Dec 30 09:33:46 2013 +0100
summary:
  Fixed typo (thx Arfrever)

files:
  Doc/whatsnew/3.4.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -655,7 +655,7 @@
 
 .. _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`.)
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list