diff options
author | Fred Drake <fdrake@acm.org> | 2001-12-27 18:38:10 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-12-27 18:38:10 (GMT) |
commit | 687bde9433ca11e54f8574f759f2a56a1db2aa20 (patch) | |
tree | 53fc222d385c4dffadbb6ed9d949ac658c0e30b5 /Doc | |
parent | c92cf5064a813b0b3ce073ae22eee85c67af2343 (diff) | |
download | cpython-687bde9433ca11e54f8574f759f2a56a1db2aa20.zip cpython-687bde9433ca11e54f8574f759f2a56a1db2aa20.tar.gz cpython-687bde9433ca11e54f8574f759f2a56a1db2aa20.tar.bz2 |
Added some missing index entries, noted by L. Peter Deutsch.
This should be included in Python 2.2.1.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/ref/ref7.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/ref/ref7.tex b/Doc/ref/ref7.tex index 5c076e3..3c43488 100644 --- a/Doc/ref/ref7.tex +++ b/Doc/ref/ref7.tex @@ -298,6 +298,7 @@ restriction may be lifted in the future). \section{Function definitions\label{function}} \indexii{function}{definition} +\stindex{def} A function definition defines a user-defined function object (see section \ref{types}): @@ -393,6 +394,7 @@ description of the new semantics. \section{Class definitions\label{class}} \indexii{class}{definition} +\stindex{class} A class definition defines a class object (see section \ref{types}): \obindex{class} |