diff options
author | Fred Drake <fdrake@acm.org> | 2004-01-01 05:43:53 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-01-01 05:43:53 (GMT) |
commit | 7a700b873b8f69135c336c907120cf7b767ddc45 (patch) | |
tree | c689d66c6fd96c4971485f1c8e6f2afa9517e78a /Doc/api | |
parent | fcadf6bdaf47b21f3ba1f5c286ffba4d8e56a6a2 (diff) | |
download | cpython-7a700b873b8f69135c336c907120cf7b767ddc45.zip cpython-7a700b873b8f69135c336c907120cf7b767ddc45.tar.gz cpython-7a700b873b8f69135c336c907120cf7b767ddc45.tar.bz2 |
clean up indexing for None, NotImplemented
closes SF bug #820344
Diffstat (limited to 'Doc/api')
-rw-r--r-- | Doc/api/concrete.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index 99bb0df..efcf299 100644 --- a/Doc/api/concrete.tex +++ b/Doc/api/concrete.tex @@ -85,7 +85,7 @@ This section describes Python type objects and the singleton object \subsection{The None Object \label{noneObject}} -\obindex{None@\texttt{None}} +\obindex{None} Note that the \ctype{PyTypeObject} for \code{None} is not directly exposed in the Python/C API. Since \code{None} is a singleton, testing for object identity (using \samp{==} in C) is sufficient. |