Commit 2ac82f8d authored by Georg Brandl's avatar Georg Brandl

Fix indentation.

parent e8b416e7
......@@ -1663,14 +1663,15 @@ iteration, the :func:`len` function, and the following methods:
Return the number of *i*'s for which ``s[i] == x``.
.. versionadded:: 3.2
.. versionadded:: 3.2
.. method:: range.index(x)
Return the smallest *i* such that ``s[i] == x``. Raises
:exc:`ValueError` when *x* is not in the range.
.. versionadded:: 3.2
.. versionadded:: 3.2
.. _typesseq-mutable:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment