https://github.com/python/cpython/commit/8c33c6143e303c403ac81c3ca3582674fcfb49a5
commit: 8c33c6143e303c403ac81c3ca3582674fcfb49a5
branch: main
author: Guo Ci <[email protected]>
committer: kumaraditya303 <[email protected]>
date: 2025-11-26T11:55:52+05:30
summary:
Correct indentation in `stdtypes.rst` (#141957)
files:
M Doc/library/stdtypes.rst
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*).
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]