diff options
author | Walter Dörwald <walter@livinglogic.de> | 2002-11-19 21:20:25 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2002-11-19 21:20:25 (GMT) |
commit | a1a61f92a28fb452ae37b7caa2cf8bca2d6f084c (patch) | |
tree | befa3142ba6d8a9da4bb64d9b4d198103f2867db | |
parent | f171540ab8d816a996c34db3f6aa4bf9cf147fba (diff) | |
download | cpython-a1a61f92a28fb452ae37b7caa2cf8bca2d6f084c.zip cpython-a1a61f92a28fb452ae37b7caa2cf8bca2d6f084c.tar.gz cpython-a1a61f92a28fb452ae37b7caa2cf8bca2d6f084c.tar.bz2 |
Fix typo.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |