diff options
author | Georg Brandl <georg@python.org> | 2008-01-15 06:55:56 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-15 06:55:56 (GMT) |
commit | af30b2846e64134efef8b072033abb85cfeae251 (patch) | |
tree | 769d0037d553debc632e76df77a0a8d00770b7ee /Doc/whatsnew/2.6.rst | |
parent | 907cda6ebb39d39c943b6e6dbcaba234519c7c96 (diff) | |
download | cpython-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.rst | 2 |
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. |