typo
diff --git a/Misc/NEWS b/Misc/NEWS
index 096dcf5..3af4fc8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,8 +12,8 @@
 Core and Builtins
 -----------------
 
-- __isinstancecheck__ and __subclasscheck__ are now completely ignored on
-  classic classes and instances.
+- __instancecheck__ and __subclasscheck__ are now completely ignored on classic
+  classes and instances.
 
 - Issue #5994: the marshal module now has docstrings.