This commit is contained in:
Andrew M. Kuchling 2006-04-06 12:53:23 +00:00
parent dbd9039543
commit 1d1bd6367d
1 changed files with 1 additions and 1 deletions

View File

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