mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Fix merging glitch.
This commit is contained in:
parent
cbf3b5cb76
commit
c6fe37bab9
1 changed files with 1 additions and 1 deletions
|
|
@ -400,7 +400,7 @@ Glossary
|
|||
:term:`immutable` keys rather than integers.
|
||||
|
||||
slice
|
||||
A list containing a portion of an indexed list-like object. A slice is
|
||||
An object usually containing a portion of a :term:`sequence`. A slice is
|
||||
created using the subscript notation, ``[]`` with colons between numbers
|
||||
when several are given, such as in ``variable_name[1:3:5]``. The bracket
|
||||
(subscript) notation uses :class:`slice` objects internally.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue