diff options
| author | Benjamin Peterson <benjamin@python.org> | 2014-05-11 11:18:51 -0700 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2014-05-11 11:18:51 -0700 |
| commit | 5c8ce188ee439a101d7a48e5a10bb98a2bd121ab (patch) | |
| tree | 1e6d1ee76091ca52641022f63ed84ade4bebe28b /Doc/reference/datamodel.rst | |
| parent | 5e6b5f2f264ceddbbba86b691641b63154fe3e37 (diff) | |
| download | cpython-git-5c8ce188ee439a101d7a48e5a10bb98a2bd121ab.tar.gz | |
remove confusing delete indexing (closes #21466)
Diffstat (limited to 'Doc/reference/datamodel.rst')
| -rw-r--r-- | Doc/reference/datamodel.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst index ccaa4f785a..78dfd79b00 100644 --- a/Doc/reference/datamodel.rst +++ b/Doc/reference/datamodel.rst @@ -323,8 +323,6 @@ Sequences object: mutable sequence object: mutable pair: assignment; statement - single: delete - statement: del single: subscription single: slicing |
