summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2002-11-19 21:20:25 +0000
committerWalter Dörwald <walter@livinglogic.de>2002-11-19 21:20:25 +0000
commita1a61f92a28fb452ae37b7caa2cf8bca2d6f084c (patch)
treebefa3142ba6d8a9da4bb64d9b4d198103f2867db /Misc
parentf171540ab8d816a996c34db3f6aa4bf9cf147fba (diff)
downloadcpython-git-a1a61f92a28fb452ae37b7caa2cf8bca2d6f084c.tar.gz
Fix typo.
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 73ee64a578..365be5e7d5 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