Fixed a typo in the flag name. Found by Joakim Hove.

This commit is contained in:
Marc-André Lemburg 2002-09-02 08:30:27 +00:00
parent bd6020c372
commit 864e3428de
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ Specification
style operations if the number indicates the availability of these.
A new style number is considered by the interpreter as such if and
only it it sets the type flag Py_TPFLAGS_NEWSTYLENUMBER. The main
only it it sets the type flag Py_TPFLAGS_CHECKTYPES. The main
difference between an old style number and a new style one is that the
numeric slot functions can no longer assume to be passed arguments of
identical type. New style slots must check all arguments for proper