From 8c33c6143e303c403ac81c3ca3582674fcfb49a5 Mon Sep 17 00:00:00 2001 From: Guo Ci Date: Wed, 26 Nov 2025 01:25:52 -0500 Subject: [PATCH] Correct indentation in `stdtypes.rst` (#141957) --- Doc/library/stdtypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/stdtypes.rst b/Doc/library/stdtypes.rst index 9cbd99f98e61a5..a87898dadf4af6 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*).