summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 53643de..e5bb8b8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -200,7 +200,7 @@ Library
- 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
-----------