From 1d1bd6367dd6a6936a99be15c3872613c4152537 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 6 Apr 2006 12:53:23 +0000 Subject: [PATCH] typo fix --- pep-0353.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0353.txt b/pep-0353.txt index 99fca60f8..a620cbc10 100644 --- a/pep-0353.txt +++ b/pep-0353.txt @@ -126,7 +126,7 @@ In these cases, three strategies are available: * otherwise, check whether the value fits an int, and raise a ValueError if it doesn't. -The same care must be taking for tp_as_sequence slots, in +The same care must be taken for tp_as_sequence slots, in addition, the signatures of these slots change, and the slots must be explicitly recast (e.g. from intargfunc to ssizeargfunc). Compatibility with previous Python