]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
typo
authorBenjamin Peterson <benjamin@python.org>
Sat, 16 May 2009 23:34:19 +0000 (23:34 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 16 May 2009 23:34:19 +0000 (23:34 +0000)
Misc/NEWS

index 096dcf5cd93a8bcd74c2d410abee6881fc0be91b..3af4fc8300cb380f0022f6cc26705338200f476d 100644 (file)
--- 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.