update the threading docs to account for recent changes
diff --git a/Misc/NEWS b/Misc/NEWS
index 1792d76..b179d40 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -669,7 +669,8 @@
 - The bundled OSX-specific copy of libbffi is now in sync with the version
   shipped with PyObjC 2.0 and includes support for x86_64 and ppc64 platforms.
 
-- The threading module gained alias for names that are removed in 3.x.
+- The threading module gained alias for names that will be removed in the 3.x
+  series.
 
 Build
 -----