[Python-checkins] r42340 - peps/trunk/pep-0353.txt

martin.v.loewis python-checkins at python.org
Sun Feb 12 23:00:52 CET 2006


Author: martin.v.loewis
Date: Sun Feb 12 23:00:52 2006
New Revision: 42340

Modified:
   peps/trunk/pep-0353.txt
Log:
Fix typo reported by Tony Nelson.


Modified: peps/trunk/pep-0353.txt
==============================================================================
--- peps/trunk/pep-0353.txt	(original)
+++ peps/trunk/pep-0353.txt	Sun Feb 12 23:00:52 2006
@@ -178,7 +178,7 @@
 size_t. It quickly turned out that this cannot work: Python
 uses negative indices in many places (to indicate counting
 from the end). Even in places where size_t would be usable,
-to many reformulations of code where necessary, e.g. in
+too many reformulations of code where necessary, e.g. in
 loops like::
 
   for(index = length-1; index >= 0; index--)


More information about the Python-checkins mailing list