Skip to content

Commit 8c33c61

Browse files
authored
Correct indentation in stdtypes.rst (#141957)
1 parent 33efd71 commit 8c33c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4649,7 +4649,7 @@ copying.
46494649

46504650
.. versionadded:: 3.14
46514651

4652-
.. method:: index(value, start=0, stop=sys.maxsize, /)
4652+
.. method:: index(value, start=0, stop=sys.maxsize, /)
46534653

46544654
Return the index of the first occurrence of *value* (at or after
46554655
index *start* and before index *stop*).

0 commit comments

Comments
 (0)