Why is "del s[i]" not mentioned under "Mutable Sequence Types"?

This section Built-in Types — Python 3.10.16 documentation
does not mention del s[i] (i being an integer index).
Is that not an omission?

3 Likes

Looks like an omission to me.

3 Likes