summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Kuchling <amk@amk.ca>2013-10-20 19:53:08 (GMT)
committerAndrew Kuchling <amk@amk.ca>2013-10-20 19:53:08 (GMT)
commite5a3154c6395dc03c964b15011c9ac3aa5b14022 (patch)
tree20becfa51b1c7ca96efff7b6818a48871174130e
parent7d618004895729c16e13924f0db263dc572ac021 (diff)
downloadcpython-e5a3154c6395dc03c964b15011c9ac3aa5b14022.zip
cpython-e5a3154c6395dc03c964b15011c9ac3aa5b14022.tar.gz
cpython-e5a3154c6395dc03c964b15011c9ac3aa5b14022.tar.bz2
Grammar fix
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6fa733b..6d4399a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,7 +13,7 @@ Core and Builtins
- Issue #19301: Give classes and functions that are explicitly marked global a
global qualname.
-- Issue #19279: UTF-7 decoder no more produces illegal strings.
+- Issue #19279: UTF-7 decoder no longer produces illegal strings.
- Issue #16612: Add "Argument Clinic", a compile-time preprocessor for
C files to generate argument parsing code. (See PEP 436.)