]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Correct indentation in `stdtypes.rst` (#141957)
authorGuo Ci <zguoci@gmail.com>
Wed, 26 Nov 2025 06:25:52 +0000 (01:25 -0500)
committerGitHub <noreply@github.com>
Wed, 26 Nov 2025 06:25:52 +0000 (11:55 +0530)
Doc/library/stdtypes.rst

index 9cbd99f98e61a56f63ae0bdc93ca2afe799f1529..a87898dadf4af690d716999de92e1604dcc11d0d 100644 (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*).