diff options
author | Georg Brandl <georg@python.org> | 2006-09-06 07:06:08 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-09-06 07:06:08 +0000 |
commit | 52318d6215f9f9626d38a9b81b52d411dbbdb36a (patch) | |
tree | 72563f6321f9265fb9d77702ee729e68048bdd07 /Doc/ref/ref5.tex | |
parent | 7cae87ca7b0a3a7ce497cbd335c8ec82fe680476 (diff) | |
download | cpython-git-52318d6215f9f9626d38a9b81b52d411dbbdb36a.tar.gz |
Patch #1550786: ellipsis literal.
Diffstat (limited to 'Doc/ref/ref5.tex')
-rw-r--r-- | Doc/ref/ref5.tex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex index 34a827cfcc..6aa6de1063 100644 --- a/Doc/ref/ref5.tex +++ b/Doc/ref/ref5.tex @@ -411,8 +411,7 @@ is constructed from the slice list, as follows. If the slice list contains at least one comma, the key is a tuple containing the conversion of the slice items; otherwise, the conversion of the lone slice item is the key. The conversion of a slice item that is an -expression is that expression. The conversion of an ellipsis slice -item is the built-in \code{Ellipsis} object. The conversion of a +expression is that expression. The conversion of a proper slice is a slice object (see section \ref{types}) whose \member{start}, \member{stop} and \member{step} attributes are the values of the expressions given as lower bound, upper bound and |