summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.4.rst
diff options
context:
space:
mode:
authorAndrew Kuchling <amk@amk.ca>2013-08-19 17:07:18 (GMT)
committerAndrew Kuchling <amk@amk.ca>2013-08-19 17:07:18 (GMT)
commit13aa7818ac01bbbc26e69108cda6f67993c69c5f (patch)
treef2b57c82e36215e691aa71e1227caef1f5105aca /Doc/whatsnew/3.4.rst
parentc301b55d7bf667b690065e19c883d9c02accb8bb (diff)
downloadcpython-13aa7818ac01bbbc26e69108cda6f67993c69c5f.zip
cpython-13aa7818ac01bbbc26e69108cda6f67993c69c5f.tar.gz
cpython-13aa7818ac01bbbc26e69108cda6f67993c69c5f.tar.bz2
Typo fix
Diffstat (limited to 'Doc/whatsnew/3.4.rst')
-rw-r--r--Doc/whatsnew/3.4.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index f7d0c26..d56b422 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