Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf3b5c commit c6fe37bCopy full SHA for c6fe37b
1 file changed
Doc/glossary.rst
@@ -400,7 +400,7 @@ Glossary
400
:term:`immutable` keys rather than integers.
401
402
slice
403
- 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
404
created using the subscript notation, ``[]`` with colons between numbers
405
when several are given, such as in ``variable_name[1:3:5]``. The bracket
406
(subscript) notation uses :class:`slice` objects internally.
0 commit comments