Remove some lingering remnants of the short-lived functools.lfu_cache
diff --git a/Misc/NEWS b/Misc/NEWS
index 53643de..e5bb8b8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -200,7 +200,7 @@
 
 - Issue #1286: Allow using fileinput.FileInput as a context manager.
 
-- Add lfu_cache() and lru_cache() decorators to the functools module.
+- Add lru_cache() decorator to the functools module.
 
 Tools/Demos
 -----------