mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
Typo.
This commit is contained in:
parent
907cda6ebb
commit
af30b2846e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue