]> granicus.if.org Git - python/commitdiff
Fix some typos/grammar in current sections of NEWS.
authorZachary Ware <zachary.ware@gmail.com>
Fri, 17 Jan 2014 15:29:24 +0000 (09:29 -0600)
committerZachary Ware <zachary.ware@gmail.com>
Fri, 17 Jan 2014 15:29:24 +0000 (09:29 -0600)
Misc/NEWS

index fcdcdcd10b72a44bd411fae6add51c369f925ef1..7d950d14d957a8a93ad2dd6ba3c72f957d3a1085 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,8 +35,8 @@ Core and Builtins
 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 @@ Documentation
 
 - 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.