Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
Closed
Description
Documentation
InMutable Sequence Types:
The description ofdel s[i:j]
is "same as s[i:j] = []". This is not clear enough.
We should make it consistent withdel s[i:j:k]
("removes the elements of s[i:j:k] from the list").
Linked PRs
Metadata
Metadata
Assignees
Projects
Status
Todo