From: Andrew Kuchling Date: Mon, 19 Aug 2013 17:07:18 +0000 (-0400) Subject: Typo fix X-Git-Tag: v3.4.0a2~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13aa7818ac01bbbc26e69108cda6f67993c69c5f;p=python Typo fix --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index f7d0c2654f..d56b422252 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -393,7 +393,7 @@ Major performance enhancements have been added: 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