Typo fixes
This commit is contained in:
parent
31427dfed6
commit
75e891fea4
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue