]> granicus.if.org Git - python/commitdiff
Typo fix
authorAndrew Kuchling <amk@amk.ca>
Mon, 19 Aug 2013 17:07:18 +0000 (13:07 -0400)
committerAndrew Kuchling <amk@amk.ca>
Mon, 19 Aug 2013 17:07:18 +0000 (13:07 -0400)
Doc/whatsnew/3.4.rst

index f7d0c2654fdb79ba7996bc41ec199416ea951af4..d56b422252e1195e8d727605493f0bbeacbe5cc3 100644 (file)
@@ -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