]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Revert what looks like a typo from the last checkin
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 12 Aug 2002 03:33:32 +0000 (03:33 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 12 Aug 2002 03:33:32 +0000 (03:33 +0000)
Misc/NEWS

index f5e0e63494421002d8d62fb85e6dff24663762f9..143092021ce3c86fdf84489c176dccdfba0bff92 100644 (file)
--- 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.