Get the bug # write
diff --git a/Misc/NEWS b/Misc/NEWS
index 36d5c45..c1f08e8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,7 +12,7 @@
 Core and builtins
 -----------------
 
-- SF bug #116775: fix incorrect code being for generator expressions.
+- SF bug #1167751: fix incorrect code being for generator expressions.
   The following code now raises a SyntaxError:  foo(a = i for i in range(10))
 
 - SF Bug #976608: fix SystemError when mtime of an imported file is -1.