From: Benjamin Peterson Date: Sat, 16 May 2009 23:34:19 +0000 (+0000) Subject: typo X-Git-Tag: v2.7a1~1172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c3b4c6e70f373044b40cbc381be52e9cce968ac;p=thirdparty%2FPython%2Fcpython.git typo --- diff --git a/Misc/NEWS b/Misc/NEWS index 096dcf5cd93a..3af4fc8300cb 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.