]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added some missing index entries, noted by L. Peter Deutsch.
authorFred Drake <fdrake@acm.org>
Thu, 27 Dec 2001 18:38:47 +0000 (18:38 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 27 Dec 2001 18:38:47 +0000 (18:38 +0000)
Doc/ref/ref7.tex

index c88d983ff43ef407181d9068b0dd0a56a5651de8..ec0972e7cc6e690e2312bff92dbadb9c2ab7d070 100644 (file)
@@ -280,6 +280,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}):
@@ -370,6 +371,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}