From: Georg Brandl Date: Tue, 15 Jan 2008 06:55:56 +0000 (+0000) Subject: Typo. X-Git-Tag: v2.6a1~603 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af30b2846e64134efef8b072033abb85cfeae251;p=thirdparty%2FPython%2Fcpython.git Typo. --- diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index 2835dae3b6a5..45eadf191520 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -673,7 +673,7 @@ Here are all of the changes that Python 2.6 makes to the core Python language. Optimizations ------------- -* Type objects now have a cache of methods that can reduc +* Type objects now have a cache of methods that can reduce the amount of work required to find the correct method implementation for a particular class; once cached, the interpreter doesn't need to traverse base classes to figure out the right method to call.