summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-05-16 23:34:19 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-05-16 23:34:19 (GMT)
commit0c3b4c6e70f373044b40cbc381be52e9cce968ac (patch)
tree4e4f82400d06d7bda2d34230f589a79df70ee3d8 /Misc
parenteb9fb2c495aef174f168bc3ca6c2dccd23405b93 (diff)
downloadcpython-0c3b4c6e70f373044b40cbc381be52e9cce968ac.zip
cpython-0c3b4c6e70f373044b40cbc381be52e9cce968ac.tar.gz
cpython-0c3b4c6e70f373044b40cbc381be52e9cce968ac.tar.bz2
typo
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files 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.