From a1a61f92a28fb452ae37b7caa2cf8bca2d6f084c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walter=20D=C3=B6rwald?= Date: Tue, 19 Nov 2002 21:20:25 +0000 Subject: Fix typo. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 73ee64a..365be5e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -702,7 +702,7 @@ C API - PyNumber_Check() now returns true for string and unicode objects. This is a result of these types having a partially defined tp_as_number slot. (This is not a feature, but an indication that - PyNumber_check() is not very useful to determine numeric behavior. + PyNumber_Check() is not very useful to determine numeric behavior. It may be deprecated.) - The string object's layout has changed: the pointer member -- cgit v0.12