Skip to content

gh-134789: Document del s[i] operation for mutable sequences#134800

Closed
rishabh11336 wants to merge 2 commits into
python:mainfrom
rishabh11336:main
Closed

gh-134789: Document del s[i] operation for mutable sequences#134800
rishabh11336 wants to merge 2 commits into
python:mainfrom
rishabh11336:main

Conversation

@rishabh11336

@rishabh11336 rishabh11336 commented May 27, 2025

Copy link
Copy Markdown
Contributor

Issue #134789


📚 Documentation preview 📚: https://cpython-previews--134800.org.readthedocs.build/

Issue #134789

Document del s[i] operation for mutable sequences

- 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.
@python-cla-bot

python-cla-bot Bot commented May 27, 2025

Copy link
Copy Markdown

All commit authors signed the Contributor License Agreement.

CLA signed

@rishabh11336 rishabh11336 closed this by deleting the head repository May 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review docs Documentation in the Doc dir skip news

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

1 participant