mirror of https://github.com/python/cpython
remove confusing delete indexing (closes #21466)
This commit is contained in:
parent
5e6b5f2f26
commit
5c8ce188ee
|
@ -323,8 +323,6 @@ Sequences
|
|||
object: mutable sequence
|
||||
object: mutable
|
||||
pair: assignment; statement
|
||||
single: delete
|
||||
statement: del
|
||||
single: subscription
|
||||
single: slicing
|
||||
|
||||
|
|
Loading…
Reference in New Issue