[Python-checkins] cpython (2.7): Fix some typos/grammar in current sections of NEWS.

zach.ware python-checkins at python.org
Fri Jan 17 16:31:43 CET 2014


http://hg.python.org/cpython/rev/23a760bdd4b1
changeset:   88519:23a760bdd4b1
branch:      2.7
parent:      88515:bac50f54d357
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Fri Jan 17 09:29:24 2014 -0600
summary:
  Fix some typos/grammar in current sections of NEWS.

files:
  Misc/NEWS |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,8 +35,8 @@
 Library
 -------
 
-- Issue #20086: Restored the use of locale-independing mapping instead of
-  locale-depending str.lower() in locale.normalize().
+- Issue #20086: Restored the use of locale-independent mapping instead of
+  locale-dependent str.lower() in locale.normalize().
 
 - Issue #20246: Fix buffer overflow in socket.recvfrom_into.
 
@@ -212,7 +212,7 @@
 
 - Issue #20255: Update the about and bugs pages.
 
-- Issue #18840: Introduce the json module in the tutorial, and deemphasize
+- Issue #18840: Introduce the json module in the tutorial, and de-emphasize
   the pickle module.
 
 - Issue #19795: Improved markup of True/False constants.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list