diff --git a/pep-0357.txt b/pep-0357.txt index 5ea75794f..ec17e624d 100644 --- a/pep-0357.txt +++ b/pep-0357.txt @@ -83,7 +83,7 @@ Implementation Plan 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 @@ Reference Implementation Copyright - This document is placed in the public domain + This document is placed in the public domain.