[Python-checkins] r43541 - peps/trunk/pep-0357.txt

andrew.kuchling python-checkins at python.org
Sat Apr 1 12:49:14 CEST 2006


Author: andrew.kuchling
Date: Sat Apr  1 12:49:12 2006
New Revision: 43541

Modified:
   peps/trunk/pep-0357.txt
Log:
Typo fixes

Modified: peps/trunk/pep-0357.txt
==============================================================================
--- peps/trunk/pep-0357.txt	(original)
+++ peps/trunk/pep-0357.txt	Sat Apr  1 12:49:12 2006
@@ -83,7 +83,7 @@
     2) Change the ISINT macro in ceval.c to ISINDEX and alter it to 
        accomodate objects with the index slot defined.
 
-    3) Change the _PyEval_SliceIndex function to accomodate objects
+    3) Change the _PyEval_SliceIndex function to accommodate objects
        with the index slot defined.
 
     4) Change all builtin objects (e.g. lists) that use the as_mapping 
@@ -149,4 +149,4 @@
 
 Copyright
 
-    This document is placed in the public domain
+    This document is placed in the public domain.


More information about the Python-checkins mailing list