]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Grammar fix
authorAndrew Kuchling <amk@amk.ca>
Sun, 20 Oct 2013 19:53:08 +0000 (15:53 -0400)
committerAndrew Kuchling <amk@amk.ca>
Sun, 20 Oct 2013 19:53:08 +0000 (15:53 -0400)
Misc/NEWS

index 6fa733b9dc6ee1437c7d7139c2e75151e2d3ff56..6d4399af0510c06dd7bb9896f518eef1b398946e 100644 (file)
--- 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.)