diff options
author | Georg Brandl <georg@python.org> | 2006-09-06 07:06:08 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-09-06 07:06:08 (GMT) |
commit | 52318d6215f9f9626d38a9b81b52d411dbbdb36a (patch) | |
tree | 72563f6321f9265fb9d77702ee729e68048bdd07 /Doc/lib/libconsts.tex | |
parent | 7cae87ca7b0a3a7ce497cbd335c8ec82fe680476 (diff) | |
download | cpython-52318d6215f9f9626d38a9b81b52d411dbbdb36a.zip cpython-52318d6215f9f9626d38a9b81b52d411dbbdb36a.tar.gz cpython-52318d6215f9f9626d38a9b81b52d411dbbdb36a.tar.bz2 |
Patch #1550786: ellipsis literal.
Diffstat (limited to 'Doc/lib/libconsts.tex')
-rw-r--r-- | Doc/lib/libconsts.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/lib/libconsts.tex b/Doc/lib/libconsts.tex index a7b4498..1f56b05 100644 --- a/Doc/lib/libconsts.tex +++ b/Doc/lib/libconsts.tex @@ -26,6 +26,8 @@ A small number of constants live in the built-in namespace. They are: \end{datadesc} \begin{datadesc}{Ellipsis} - Special value used in conjunction with extended slicing syntax. + The same as \code{...}. + Special value used mostly in conjunction with extended slicing syntax + for user-defined container data types. % XXX Someone who understands extended slicing should fill in here. \end{datadesc} |