summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref6.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-01-01 05:43:53 (GMT)
committerFred Drake <fdrake@acm.org>2004-01-01 05:43:53 (GMT)
commit7a700b873b8f69135c336c907120cf7b767ddc45 (patch)
treec689d66c6fd96c4971485f1c8e6f2afa9517e78a /Doc/ref/ref6.tex
parentfcadf6bdaf47b21f3ba1f5c286ffba4d8e56a6a2 (diff)
downloadcpython-7a700b873b8f69135c336c907120cf7b767ddc45.zip
cpython-7a700b873b8f69135c336c907120cf7b767ddc45.tar.gz
cpython-7a700b873b8f69135c336c907120cf7b767ddc45.tar.bz2
clean up indexing for None, NotImplemented
closes SF bug #820344
Diffstat (limited to 'Doc/ref/ref6.tex')
-rw-r--r--Doc/ref/ref6.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex
index e3b4427..a389176 100644
--- a/Doc/ref/ref6.tex
+++ b/Doc/ref/ref6.tex
@@ -48,7 +48,7 @@ function and the resulting string is written to standard output (see
section~\ref{print}) on a line by itself. (Expression statements
yielding \code{None} are not written, so that procedure calls do not
cause any output.)
-\ttindex{None}
+\obindex{None}
\indexii{string}{conversion}
\index{output}
\indexii{standard}{output}