summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9ddd9b3..531bbb8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -74,7 +74,7 @@ Library
- Issue #10750: The ``raw`` attribute of buffered IO objects is now read-only.
-- Deprecated assertDictContainsSubclass() in the unittest module.
+- Deprecated assertDictContainsSubset() in the unittest module.
Build
-----