[Python-checkins] r76152 - peps/trunk/pep-0372.txt

andrew.kuchling python-checkins at python.org
Sun Nov 8 17:31:01 CET 2009


Author: andrew.kuchling
Date: Sun Nov  8 17:31:00 2009
New Revision: 76152

Log:
Grammar fix

Modified:
   peps/trunk/pep-0372.txt

Modified: peps/trunk/pep-0372.txt
==============================================================================
--- peps/trunk/pep-0372.txt	(original)
+++ peps/trunk/pep-0372.txt	Sun Nov  8 17:31:00 2009
@@ -196,7 +196,7 @@
 
    In Py2.6, the object_hook for json decoders passes-in an already built
    dictionary so order is lost before the object hook sees it.  This
-   problem is being fixed for Python 2.7/3.1 by adding an new hook that
+   problem is being fixed for Python 2.7/3.1 by adding a new hook that
    preserves order (see http://bugs.python.org/issue5381 ).  
    With the new hook, order can be preserved::
 


More information about the Python-checkins mailing list