From 75e891fea47191715e445951c66efab4984ac120 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Sat, 1 Apr 2006 10:49:12 +0000 Subject: [PATCH] Typo fixes --- pep-0357.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.