Kaydet (Commit) 968a3e57 authored tarafından Georg Brandl's avatar Georg Brandl

Fix a sentence I missed before. Do not merge to 3k.

üst 584265b0
...@@ -412,7 +412,7 @@ Glossary ...@@ -412,7 +412,7 @@ Glossary
:term:`immutable` keys rather than integers. :term:`immutable` keys rather than integers.
slice 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 created using the subscript notation, ``[]`` with colons between numbers
when several are given, such as in ``variable_name[1:3:5]``. The bracket when several are given, such as in ``variable_name[1:3:5]``. The bracket
(subscript) notation uses :class:`slice` objects internally (or in older (subscript) notation uses :class:`slice` objects internally (or in older
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment