diff options
author | Fred Drake <fdrake@acm.org> | 2002-04-16 02:03:05 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-04-16 02:03:05 (GMT) |
commit | c0a02c084be8b6d49935651b1e0649e6ee25f1eb (patch) | |
tree | 87f391fd088491cd3a168896e092b26613bd90ca | |
parent | 4d9b466ea585fec0785d04b86fd7bbbefde16539 (diff) | |
download | cpython-c0a02c084be8b6d49935651b1e0649e6ee25f1eb.zip cpython-c0a02c084be8b6d49935651b1e0649e6ee25f1eb.tar.gz cpython-c0a02c084be8b6d49935651b1e0649e6ee25f1eb.tar.bz2 |
Remove repeated index entry; adds nothing different.
Closes SF bug #518985.
-rw-r--r-- | Doc/ref/ref3.tex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index 8dbe8f0..3e5b2c3 100644 --- a/Doc/ref/ref3.tex +++ b/Doc/ref/ref3.tex @@ -143,8 +143,7 @@ This type has a single value. There is a single object with this value. This object is accessed through the built-in name \code{Ellipsis}. It is used to indicate the presence of the \samp{...} syntax in a slice. Its truth value is true. -\ttindex{Ellipsis} -\obindex{Ellipsis@{\texttt{Ellipsis}}} +\obindex{Ellipsis} \item[Numbers] These are created by numeric literals and returned as results by |