diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-01-17 15:29:24 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-01-17 15:29:24 (GMT) |
commit | ce46aed13e2db3b48952d68a866bb8276dde89fe (patch) | |
tree | 94a3572be29db219f87ca4cf025c821b6013a4a9 | |
parent | af080876dc4148b15bb79886b8aeecbf173f4fd3 (diff) | |
download | cpython-ce46aed13e2db3b48952d68a866bb8276dde89fe.zip cpython-ce46aed13e2db3b48952d68a866bb8276dde89fe.tar.gz cpython-ce46aed13e2db3b48952d68a866bb8276dde89fe.tar.bz2 |
Fix some typos/grammar in current sections of NEWS.
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |