From: Guo Ci Date: Wed, 26 Nov 2025 06:25:52 +0000 (-0500) Subject: Correct indentation in `stdtypes.rst` (#141957) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c33c6143e303c403ac81c3ca3582674fcfb49a5;p=thirdparty%2FPython%2Fcpython.git Correct indentation in `stdtypes.rst` (#141957) --- diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 9cbd99f98e61..a87898dadf4a 100644 --- a/Doc/library/stdtypes.rst +++ b/Doc/library/stdtypes.rst @@ -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*).