mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Correct indentation in stdtypes.rst (#141957)
This commit is contained in:
parent
33efd7178e
commit
8c33c6143e
1 changed files with 1 additions and 1 deletions
|
|
@ -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*).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue