summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2002-08-12 03:33:32 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2002-08-12 03:33:32 +0000
commit6c70fca8b12f5c36fba1c53b2a4c63c52f2481ff (patch)
tree7972982f3a3f2ac5a4ba1c03e1d5ec1ca8888f6d /Misc
parentfc07e5684411a92580d92384e684c2e28c4f5885 (diff)
downloadcpython-git-6c70fca8b12f5c36fba1c53b2a4c63c52f2481ff.tar.gz
Revert what looks like a typo from the last checkin
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f5e0e63494..143092021c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,7 +87,7 @@ Core and builtins
as directory names.
- The built-ins slice() and buffer() are now callable types. The
-0 types classobj (formerly class), code, function, instance, and
+ types classobj (formerly class), code, function, instance, and
instancemethod (formerly instance-method), which have no built-in
names but are accessible through the types module, are now also
callable. The type dict-proxy is renamed to dictproxy.