[Python-checkins] cpython: Typo fix

andrew.kuchling python-checkins at python.org
Mon Aug 19 19:07:28 CEST 2013


http://hg.python.org/cpython/rev/4a318a45c4c3
changeset:   85267:4a318a45c4c3
user:        Andrew Kuchling <amk at amk.ca>
date:        Mon Aug 19 13:07:18 2013 -0400
summary:
  Typo fix

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
@@ -393,7 +393,7 @@
   probe now checks a second key/hash pair for each cache line retrieved.
   This exploits cache locality to make collision resolution less expensive.
 
-  (Contributed by Raymond Hetting in :issue"`18771`.)
+  (Contributed by Raymond Hettinger in :issue"`18771`.)
 
 
 Build and C API Changes

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


More information about the Python-checkins mailing list