]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-134789: Document del s[i] operation for mutable sequences (#134804)
authorRishabh Singh <67859818+rishabh11336@users.noreply.github.com>
Tue, 27 May 2025 18:48:04 +0000 (00:18 +0530)
committerGitHub <noreply@github.com>
Tue, 27 May 2025 18:48:04 +0000 (14:48 -0400)
commit967f361993c9c97eb3ff3076a409b78ea32938df
tree14808dd6c95cbb80a4f1618e62b803560e1cd8a2
parent79d81f7cba236e2cbdfa95d0de0a75ba9716ed32
gh-134789: Document del s[i] operation for mutable sequences (#134804)

[main] Update stdtypes.rst

- Added explicit mention of `del s[i]` (item deletion by index) to the Mutable Sequence Types section.
- Clarified that this operation removes the item at the specified index from the sequence.
- Addresses issue #134789.
Doc/library/stdtypes.rst