From 21e52aad1388617d719bb18117471be1f183eb1c Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Tue, 12 Mar 2013 02:19:09 -0400 Subject: [PATCH] Fix issue number --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 30d911e374a..992b70e615f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -944,7 +944,7 @@ Tools/Demos Documentation ------------- -- Issue #14707: remove doubled words in docs and docstrings +- Issue #17047: remove doubled words in docs and docstrings reported by Serhiy Storchaka and Matthew Barnett. - Issue #16406: combine the pages for uploading and registering to PyPI.