summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-03-12 06:19:09 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2013-03-12 06:19:09 (GMT)
commit21e52aad1388617d719bb18117471be1f183eb1c (patch)
tree3e7fdfd6fcc10f68ae2122711fcf9adc7669559c /Misc
parentf9d31069db32397409273a5359c59aa964f24e4e (diff)
downloadcpython-21e52aad1388617d719bb18117471be1f183eb1c.zip
cpython-21e52aad1388617d719bb18117471be1f183eb1c.tar.gz
cpython-21e52aad1388617d719bb18117471be1f183eb1c.tar.bz2
Fix issue number
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 30d911e..992b70e 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.