[3.14] GH-138465: Improve documentation for common sequence methods (GH-138474) (#138560)

GH-138465: Improve documentation for common sequence methods (GH-138474)
(cherry picked from commit 8ed1d53e62)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
Miss Islington (bot) 2025-09-06 07:51:48 +02:00 committed by GitHub
parent cddb7e6a7a
commit f153e32cba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 187 additions and 125 deletions

View file

@ -245,7 +245,6 @@
('py:attr', '__annotations__'),
('py:meth', '__missing__'),
('py:attr', '__wrapped__'),
('py:meth', 'index'), # list.index, tuple.index, etc.
]
# gh-106948: Copy standard C types declared in the "c:type" domain and C