typo fix
This commit is contained in:
parent
dbd9039543
commit
1d1bd6367d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue