]> granicus.if.org Git - python/commitdiff
Fix news entry for issue 24018.
authorGuido van Rossum <guido@python.org>
Sat, 9 May 2015 18:37:23 +0000 (11:37 -0700)
committerGuido van Rossum <guido@python.org>
Sat, 9 May 2015 18:37:23 +0000 (11:37 -0700)
Misc/NEWS

index 8c40764cc782ac4f4acd7389d62a9f87e16cfcee..a61deb008bd6908e901bf1a5b1cac764b0c124f1 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,7 +41,7 @@ Library
 - Issue #24134: assertRaises(), assertRaisesRegex(), assertWarns() and
   assertWarnsRegex() checks are not longer successful if the callable is None.
 
-- Issue #24018: Add a collections.Generator abstract base class.
+- Issue #24018: Add a collections.abc.Generator abstract base class.
   Contributed by Stefan Behnel.
 
 - Issue #23880: Tkinter's getint() and getdouble() now support Tcl_Obj.