Typo fixes

This commit is contained in:
Andrew M. Kuchling 2006-04-01 10:49:12 +00:00
parent 31427dfed6
commit 75e891fea4
1 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ Implementation Plan
2) Change the ISINT macro in ceval.c to ISINDEX and alter it to 2) Change the ISINT macro in ceval.c to ISINDEX and alter it to
accomodate objects with the index slot defined. 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. with the index slot defined.
4) Change all builtin objects (e.g. lists) that use the as_mapping 4) Change all builtin objects (e.g. lists) that use the as_mapping
@ -149,4 +149,4 @@ Reference Implementation
Copyright Copyright
This document is placed in the public domain This document is placed in the public domain.