diff options
author | Fred Drake <fdrake@acm.org> | 1998-11-25 19:09:24 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-11-25 19:09:24 (GMT) |
commit | 78eebfdbf4299e4b9a777bb1bf4164b58fa26edf (patch) | |
tree | 28fcc33f1f2a4e8ecc2305e272b5a72d757d06d1 /Doc/ref/ref3.tex | |
parent | 5eabf3823bafa081f7089965389b9908b4b3684d (diff) | |
download | cpython-78eebfdbf4299e4b9a777bb1bf4164b58fa26edf.zip cpython-78eebfdbf4299e4b9a777bb1bf4164b58fa26edf.tar.gz cpython-78eebfdbf4299e4b9a777bb1bf4164b58fa26edf.tar.bz2 |
Remove two remaining {\tt ...} constructs.
Diffstat (limited to 'Doc/ref/ref3.tex')
-rw-r--r-- | Doc/ref/ref3.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index e1c6048..e522b82 100644 --- a/Doc/ref/ref3.tex +++ b/Doc/ref/ref3.tex @@ -123,7 +123,7 @@ It is used to signify the absence of a value in many situations, e.g., it is returned from functions that don't explicitly return anything. Its truth value is false. \ttindex{None} -\obindex{None@{\tt None}} +\obindex{None@{\texttt{None}}} \item[Ellipsis] This type has a single value. There is a single object with this value. @@ -131,7 +131,7 @@ 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@{\tt Ellipsis}} +\obindex{Ellipsis@{\texttt{Ellipsis}}} \item[Numbers] These are created by numeric literals and returned as results by |