Ticket #65 (new defect)

Opened 2 years ago

Last modified 2 years ago

Index function missing from table of list methods

Reported by: gvwilson Assigned to: gvwilson
Priority: major Milestone: Someday
Component: lectures Version:
Keywords: Cc:

Description

swc:lec/py02:List Methods:1107

In "Notes on List Methods" you refer to the index function, but this isn't listed in the chart in "List Methods".

Change History

02/14/07 21:38:29 changed by lasher

I think, rather, "find" needs to be substituted in this same table with "index" in this chart. "find" is not a method of lists; I believe "index" was the intended method.