summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-02 02:08:25 (GMT)
committerJason R. Coombs <jaraco@jaraco.com>2016-09-02 02:08:25 (GMT)
commit6f5d3fd4d1c8cc575951ace5894428d0c2901eb6 (patch)
treeca93dc4fabe79ab893bce0645fa9ef26a121b3b8 /Misc
parent8ac147d6ee42d156ecc9b3ed2f57cc9c9f86f746 (diff)
downloadcpython-6f5d3fd4d1c8cc575951ace5894428d0c2901eb6.zip
cpython-6f5d3fd4d1c8cc575951ace5894428d0c2901eb6.tar.gz
cpython-6f5d3fd4d1c8cc575951ace5894428d0c2901eb6.tar.bz2
Issue #12885: Correct issue reference in NEWS
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d272762..0624c9a 100644
--- 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.