[Python-checkins] r73340 - python/trunk/Doc/whatsnew/2.7.rst

amaury.forgeotdarc python-checkins at python.org
Wed Jun 10 22:30:19 CEST 2009


Author: amaury.forgeotdarc
Date: Wed Jun 10 22:30:19 2009
New Revision: 73340

Log:
Fix a typo spotted by Nick Coghlan.


Modified:
   python/trunk/Doc/whatsnew/2.7.rst

Modified: python/trunk/Doc/whatsnew/2.7.rst
==============================================================================
--- python/trunk/Doc/whatsnew/2.7.rst	(original)
+++ python/trunk/Doc/whatsnew/2.7.rst	Wed Jun 10 22:30:19 2009
@@ -672,7 +672,7 @@
 * Because of an optimization for the :keyword:`with` statement, the special
   methods :meth:`__enter__` and :meth:`__exit__` must belong to the object's
   type, and cannot be directly attached to the object's instance.  This
-  affects new-styles classes (derived from :class:`object`) and C extension
+  affects new-style classes (derived from :class:`object`) and C extension
   types.  (:issue:`6101`.)
 
 .. ======================================================================


More information about the Python-checkins mailing list