From 864e3428defe17fc83d64f1ebf94793b8f89f943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lemburg?= Date: Mon, 2 Sep 2002 08:30:27 +0000 Subject: [PATCH] Fixed a typo in the flag name. Found by Joakim Hove. --- pep-0208.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0208.txt b/pep-0208.txt index 105ff0f83..351daf78f 100644 --- a/pep-0208.txt +++ b/pep-0208.txt @@ -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