Fix typo.

This commit is contained in:
Walter Dörwald 2002-11-19 21:20:25 +00:00
parent f171540ab8
commit a1a61f92a2
1 changed files with 1 additions and 1 deletions

View File

@ -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