From: Ned Deily Date: Thu, 6 Oct 2016 14:51:29 +0000 (-0400) Subject: Fix vestigial spelling. X-Git-Tag: v3.7.0a1~2289 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0733720548172a1722c2eec910c03929d291ae8f;p=thirdparty%2FPython%2Fcpython.git Fix vestigial spelling. --- diff --git a/Misc/NEWS b/Misc/NEWS index c2da70f2041f..7dcbf27510dc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -175,7 +175,7 @@ Library - Issue #27759: Fix selectors incorrectly retain invalid file descriptors. Patch by Mark Williams. -- Issue #28325: Remove vestigal MacOS 9 macurl2path module and its tests. +- Issue #28325: Remove vestigial MacOS 9 macurl2path module and its tests. - Issue #28368: Refuse monitoring processes if the child watcher has no loop attached.