]> granicus.if.org Git - python/commitdiff
Fix wrong issue number.
authorGeorg Brandl <georg@python.org>
Fri, 1 Jun 2007 19:20:27 +0000 (19:20 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 1 Jun 2007 19:20:27 +0000 (19:20 +0000)
Misc/NEWS

index ade26da267e91e4617bd4ca7e60572e20d46f98c..29dd488d4276fd12fcf4edfdb06f225ed0d62326 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,7 +12,7 @@ What's New in Python 2.6 alpha 1?
 Core and builtins
 -----------------
 
-- Bug #1722484: remove docstrings again when running with -OO.
+- Bug #1722485: remove docstrings again when running with -OO.
 
 - Add new attribute names for function objects.  All the func_* become
   __*__ attributes.  (Some already existed, e.g., __doc__ and __name__.)