Grammar fix

This commit is contained in:
Andrew M. Kuchling 2009-11-08 16:31:00 +00:00
parent 2ff509fa88
commit 13217b06bf
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ How well does OrderedDict work with the json module, PyYAML, and ConfigParser?
In Py2.6, the object_hook for json decoders passes-in an already built 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 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 ). preserves order (see http://bugs.python.org/issue5381 ).
With the new hook, order can be preserved:: With the new hook, order can be preserved::