summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 096dcf5cd9..3af4fc8300 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,8 +12,8 @@ What's New in Python 2.7 alpha 1
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.