Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ac82f8

Browse files
committed
Fix indentation.
1 parent e8b416e commit 2ac82f8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Doc/library/stdtypes.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,14 +1663,15 @@ iteration, the :func:`len` function, and the following methods:
16631663

16641664
Return the number of *i*'s for which ``s[i] == x``.
16651665

1666-
.. versionadded:: 3.2
1666+
.. versionadded:: 3.2
16671667

16681668
.. method:: range.index(x)
16691669

16701670
Return the smallest *i* such that ``s[i] == x``. Raises
16711671
:exc:`ValueError` when *x* is not in the range.
16721672

1673-
.. versionadded:: 3.2
1673+
.. versionadded:: 3.2
1674+
16741675

16751676
.. _typesseq-mutable:
16761677

0 commit comments

Comments
 (0)