]> granicus.if.org Git - python/commitdiff
Issue #12885: Correct issue reference in NEWS
authorJason R. Coombs <jaraco@jaraco.com>
Fri, 2 Sep 2016 02:08:25 +0000 (22:08 -0400)
committerJason R. Coombs <jaraco@jaraco.com>
Fri, 2 Sep 2016 02:08:25 +0000 (22:08 -0400)
Misc/NEWS

index d2727622500caa142d0ea8e4db2d1648d6a06004..0624c9a3cef0566ef2dac9afe75812160326bed8 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,7 +13,7 @@ Core and Builtins
 Library
 -------
 
-- Issue #12285: Fix error when distutils encounters symlink.
+- Issue #12885: Fix error when distutils encounters symlink.
 
 - In the curses module, raise an error if window.getstr() or window.instr() is
   passed a negative value.