[Python-checkins] r59972 - python/trunk/Doc/whatsnew/2.6.rst

georg.brandl python-checkins at python.org
Tue Jan 15 07:55:56 CET 2008


Author: georg.brandl
Date: Tue Jan 15 07:55:56 2008
New Revision: 59972

Modified:
   python/trunk/Doc/whatsnew/2.6.rst
Log:
Typo.


Modified: python/trunk/Doc/whatsnew/2.6.rst
==============================================================================
--- python/trunk/Doc/whatsnew/2.6.rst	(original)
+++ python/trunk/Doc/whatsnew/2.6.rst	Tue Jan 15 07:55:56 2008
@@ -673,7 +673,7 @@
 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.  


More information about the Python-checkins mailing list