[Python-checkins] r43706 - peps/trunk/pep-0353.txt
andrew.kuchling
python-checkins at python.org
Thu Apr 6 14:53:23 CEST 2006
Author: andrew.kuchling
Date: Thu Apr 6 14:53:23 2006
New Revision: 43706
Modified:
peps/trunk/pep-0353.txt
Log:
typo fix
Modified: peps/trunk/pep-0353.txt
==============================================================================
--- peps/trunk/pep-0353.txt (original)
+++ peps/trunk/pep-0353.txt Thu Apr 6 14:53:23 2006
@@ -126,7 +126,7 @@
* 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
More information about the Python-checkins
mailing list