summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-01-17 15:29:24 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-01-17 15:29:24 (GMT)
commitce46aed13e2db3b48952d68a866bb8276dde89fe (patch)
tree94a3572be29db219f87ca4cf025c821b6013a4a9
parentaf080876dc4148b15bb79886b8aeecbf173f4fd3 (diff)
downloadcpython-ce46aed13e2db3b48952d68a866bb8276dde89fe.zip
cpython-ce46aed13e2db3b48952d68a866bb8276dde89fe.tar.gz
cpython-ce46aed13e2db3b48952d68a866bb8276dde89fe.tar.bz2
Fix some typos/grammar in current sections of NEWS.
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fcdcdcd..7d950d1 100644
--- 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.