Added some missing index entries, noted by L. Peter Deutsch.

This should be included in Python 2.2.1.
This commit is contained in:
Fred Drake 2001-12-27 18:38:10 +00:00
parent c92cf5064a
commit 687bde9433
1 changed files with 2 additions and 0 deletions

View 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}