Commit af30b284 authored by Georg Brandl's avatar Georg Brandl

Typo.

parent 907cda6e
...@@ -673,7 +673,7 @@ Here are all of the changes that Python 2.6 makes to the core Python language. ...@@ -673,7 +673,7 @@ Here are all of the changes that Python 2.6 makes to the core Python language.
Optimizations 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 the amount of work required to find the correct method implementation
for a particular class; once cached, the interpreter doesn't need to for a particular class; once cached, the interpreter doesn't need to
traverse base classes to figure out the right method to call. traverse base classes to figure out the right method to call.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment