]> granicus.if.org Git - python/commitdiff
Fix wording in NEWS entry.
authorR David Murray <rdmurray@bitdance.com>
Mon, 24 Feb 2014 02:32:17 +0000 (21:32 -0500)
committerR David Murray <rdmurray@bitdance.com>
Mon, 24 Feb 2014 02:32:17 +0000 (21:32 -0500)
Misc/NEWS

index dafdb3f77922ac758b169fc14eb174fc169c0932..a9f944a9b96c7d28232fdf39535eb11a3c8c8ca7 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1902,7 +1902,7 @@ Library
 - Issue #18672: Fixed format specifiers for Py_ssize_t in debugging output in
   the _sre module.
 
-- Issue #18830: inspect.getclasstree() no more produces duplicated entries even
+- Issue #18830: inspect.getclasstree() no longer produces duplicate entries even
   when input list contains duplicates.
 
 - Issue #18878: sunau.open now supports the context manager protocol.  Based on