]> granicus.if.org Git - python/commitdiff
Fix typo.
authorWalter Dörwald <walter@livinglogic.de>
Tue, 19 Nov 2002 21:20:25 +0000 (21:20 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Tue, 19 Nov 2002 21:20:25 +0000 (21:20 +0000)
Misc/NEWS

index 73ee64a5785c39d65935d342d6da9874afff5ea0..365be5e7d50116eecdb43673fff6b9288d239f39 100644 (file)
--- 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