]> granicus.if.org Git - python/commitdiff
Added some missing index entries, noted by L. Peter Deutsch.
authorFred Drake <fdrake@acm.org>
Thu, 27 Dec 2001 18:38:10 +0000 (18:38 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 27 Dec 2001 18:38:10 +0000 (18:38 +0000)
This should be included in Python 2.2.1.

Doc/ref/ref7.tex

index 5c076e37132f90b9a9d934fee9021b9faa9aa481..3c4348881db10b16374d21b269aeecad63fab49b 100644 (file)
@@ -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}