Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c6fe37b

Browse files
committed
Fix merging glitch.
1 parent cbf3b5c commit c6fe37b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ Glossary
400400
:term:`immutable` keys rather than integers.
401401

402402
slice
403-
A list containing a portion of an indexed list-like object. A slice is
403+
An object usually containing a portion of a :term:`sequence`. A slice is
404404
created using the subscript notation, ``[]`` with colons between numbers
405405
when several are given, such as in ``variable_name[1:3:5]``. The bracket
406406
(subscript) notation uses :class:`slice` objects internally.

0 commit comments

Comments
 (0)