]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo.
authorGeorg Brandl <georg@python.org>
Tue, 15 Jan 2008 06:55:56 +0000 (06:55 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 15 Jan 2008 06:55:56 +0000 (06:55 +0000)
Doc/whatsnew/2.6.rst

index 2835dae3b6a5dcc4b4e98923c1cf9ce37fdbd5f0..45eadf191520cae8fa72f93ce718ad5407fe7e4c 100644 (file)
@@ -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.