diff -r 1ff9ce2204ee Doc/tutorial/datastructures.rst --- a/Doc/tutorial/datastructures.rst Wed Jul 16 10:24:27 2014 +0200 +++ b/Doc/tutorial/datastructures.rst Wed Jul 16 14:33:31 2014 +0200 @@ -60,7 +60,7 @@ Remove all items from the list. Equivalent to ``del a[:]``. -.. method:: list.index(x) +.. method:: list.index(x[, start[, end]]) :noindex: Return the index in the list of the first item whose value is *x*. It is an