From 0c3b4c6e70f373044b40cbc381be52e9cce968ac Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 16 May 2009 23:34:19 +0000 Subject: typo --- Misc/NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 096dcf5..3af4fc8 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. -- cgit v0.12