Fixed a typo in the flag name. Found by Joakim Hove.
This commit is contained in:
parent
bd6020c372
commit
864e3428de
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue