Correct indentation in stdtypes.rst (#141957)

This commit is contained in:
Guo Ci 2025-11-26 01:25:52 -05:00 committed by GitHub
parent 33efd7178e
commit 8c33c6143e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4649,7 +4649,7 @@ copying.
.. versionadded:: 3.14
.. method:: index(value, start=0, stop=sys.maxsize, /)
.. method:: index(value, start=0, stop=sys.maxsize, /)
Return the index of the first occurrence of *value* (at or after
index *start* and before index *stop*).