summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c2da70f..7dcbf27 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.