[Python-checkins] r87438 - python/branches/py3k/Doc/whatsnew/3.2.rst

michael.foord python-checkins at python.org
Wed Dec 22 11:39:05 CET 2010


Author: michael.foord
Date: Wed Dec 22 11:39:04 2010
New Revision: 87438

Log:
Minor typo corrections in whatsnew

Modified:
   python/branches/py3k/Doc/whatsnew/3.2.rst

Modified: python/branches/py3k/Doc/whatsnew/3.2.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.2.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/3.2.rst	Wed Dec 22 11:39:04 2010
@@ -456,7 +456,7 @@
   (Suggested by Arfrever Frehtes Taifersar Arahesis and implemented
   by Benjamin Peterson in :issue:`8413`.)
 
-* Warnings are now easier control.  An :envvar:`PYTHONWARNINGS` environment
+* Warnings are now easier to control.  A :envvar:`PYTHONWARNINGS` environment
   variable is now available as an alternative to using ``-W`` at the command
   line.
 
@@ -1425,8 +1425,8 @@
   a list was wrapped with a temporary object that remembered the key value
   associated with each element.  Now, an array of keys and values are
   sorted in parallel.  This save the memory consumed by the sort wrappers,
-  and it saves time lost from during comparisons which where delegated
-  by the sort wrappers.
+  and it saves time lost during comparisons which where delegated by the
+  sort wrappers.
 
   (Patch by Daniel Stuzback in :issue:`9915`.)
 


More information about the Python-checkins mailing list