]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix merging glitch.
authorGeorg Brandl <georg@python.org>
Mon, 3 Dec 2007 21:07:25 +0000 (21:07 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 3 Dec 2007 21:07:25 +0000 (21:07 +0000)
Doc/glossary.rst

index 6465c8315687eda1e305ae826867293ebf0d09bd..3459bdada72ae8e4d825ec10c425767d26971f63 100644 (file)
@@ -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.