Fix typo reported by Michael Soulier.

This commit is contained in:
Fred Drake 2001-10-18 15:22:23 +00:00
parent 5a9d16b90f
commit 316141b333
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ in Python 2.2. They are available in Python 2.1 by using the future
statement \samp{nested_scopes}. This section begins with a bit of
terminology.
\subsection{Definitions and rules \label{defintions}}
\subsection{Definitions and rules \label{definitions}}
\dfn{Names} refer to objects. Names are introduced by name binding
operations. Each occurrence of a name in the program text refers to