Fix last traces of old threading API.
diff --git a/Misc/NEWS b/Misc/NEWS
index c635e29..4408b79 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -175,7 +175,7 @@
 
 - The test.test_support module has been renamed to test.support.
 
-- The threading module API's were renamed to by PEP 8 complaint.
+- The threading module API was renamed to be PEP 8 complaint.
 
 Tools/Demos
 -----------