From: Terry Jan Reedy Date: Tue, 12 Mar 2013 06:19:09 +0000 (-0400) Subject: Fix issue number X-Git-Tag: v2.7.4rc1~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21e52aad1388617d719bb18117471be1f183eb1c;p=thirdparty%2FPython%2Fcpython.git Fix issue number --- diff --git a/Misc/NEWS b/Misc/NEWS index 30d911e374a7..992b70e615f1 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.