-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
Detail del s[i:j] in Mutable Sequence Types #134833
Copy link
Copy link
Closed
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir
Description
Documentation
In Mutable Sequence Types:
The description of del s[i:j] is "same as s[i:j] = []". This is not clear enough.
We should make it consistent with del s[i:j:k] ("removes the elements of s[i:j:k] from the list").
Linked PRs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir
Projects
Status
Todo