diff --git a/Misc/NEWS b/Misc/NEWS index 8bcf4976b1e..56141064eb5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -817,6 +817,9 @@ Documentation - Issue #16642: sched.scheduler timefunc initial default is time.monotonic. Patch by Ramchandra Apte +- Issue #17047: remove doubled words in docs and docstrings + reported by Serhiy Storchaka and Matthew Barnett. + - Issue #15465: Document the versioning macros in the C API docs rather than the standard library docs. Patch by Kushal Das.