diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-05-16 23:34:19 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-05-16 23:34:19 (GMT) |
commit | 0c3b4c6e70f373044b40cbc381be52e9cce968ac (patch) | |
tree | 4e4f82400d06d7bda2d34230f589a79df70ee3d8 | |
parent | eb9fb2c495aef174f168bc3ca6c2dccd23405b93 (diff) | |
download | cpython-0c3b4c6e70f373044b40cbc381be52e9cce968ac.zip cpython-0c3b4c6e70f373044b40cbc381be52e9cce968ac.tar.gz cpython-0c3b4c6e70f373044b40cbc381be52e9cce968ac.tar.bz2 |
typo
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |