[docs] suggestion for tutorial/datastructures page

Chris Curvey chris at chriscurvey.com
Tue Oct 26 20:58:15 CEST 2010


the page at http://docs.python.org/tutorial/datastructures.html states:
<http://docs.python.org/tutorial/datastructures.html>
list.index(*x*)Return the index in the list of the first item whose value
is *x*. It is an error if there is no such item
it would be nice to s/error/ValueError/
-- 
Ignoring that little voice in my head since 1966!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20101026/ff098911/attachment.html>


More information about the docs mailing list