summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.6.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-01-15 06:55:56 (GMT)
committerGeorg Brandl <georg@python.org>2008-01-15 06:55:56 (GMT)
commitaf30b2846e64134efef8b072033abb85cfeae251 (patch)
tree769d0037d553debc632e76df77a0a8d00770b7ee /Doc/whatsnew/2.6.rst
parent907cda6ebb39d39c943b6e6dbcaba234519c7c96 (diff)
downloadcpython-af30b2846e64134efef8b072033abb85cfeae251.zip
cpython-af30b2846e64134efef8b072033abb85cfeae251.tar.gz
cpython-af30b2846e64134efef8b072033abb85cfeae251.tar.bz2
Typo.
Diffstat (limited to 'Doc/whatsnew/2.6.rst')
-rw-r--r--Doc/whatsnew/2.6.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst
index 2835dae..45eadf1 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.