From eb70b900974a6df2ab04ee081c50150ef75d002c Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Mon, 10 Jan 2011 21:26:49 +0000 Subject: [PATCH] Misspelling. --- Doc/whatsnew/3.2.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index d457095bf8f..08bcc5d6878 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -553,7 +553,7 @@ Some smaller changes made to the core Python language are: >>> range(0, 100, 2)[0:5] range(0, 10, 2) - (Contributed by Daniel Stutzback in :issue:`9213` and by Alexander Belopolsky + (Contributed by Daniel Stutzbach in :issue:`9213` and by Alexander Belopolsky in :issue:`2690`.) * The :func:`callable` builtin function from Py2.x was resurrected. It provides @@ -1514,7 +1514,7 @@ A number of small performance enhancements have been added: and it saves time lost during comparisons which were delegated by the sort wrappers. - (Patch by Daniel Stutzback in :issue:`9915`.) + (Patch by Daniel Stutzbach in :issue:`9915`.) * JSON decoding performance is improved and memory consumption is reduced whenever the same string is repeated for multiple keys. Also, JSON encoding