]> granicus.if.org Git - python/commitdiff
Fix indentation.
authorGeorg Brandl <georg@python.org>
Thu, 22 Mar 2012 21:20:21 +0000 (22:20 +0100)
committerGeorg Brandl <georg@python.org>
Thu, 22 Mar 2012 21:20:21 +0000 (22:20 +0100)
Doc/library/stdtypes.rst

index a513d4008d68ae89f9a69e9dca226010009eeb8f..8fbfcd181fc0267a20a9b786fb8ad7ea9675af64 100644 (file)
@@ -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: