diff options
author | Fred Drake <fdrake@acm.org> | 2001-10-18 15:22:23 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-10-18 15:22:23 (GMT) |
commit | 316141b333991d6576c20817642d1f0ec2faa125 (patch) | |
tree | 57b4e2ff7722374d81ecc8f3095e5419d655c800 /Doc/ref | |
parent | 5a9d16b90f87fc4191b7a68865c2e73f6c3d8511 (diff) | |
download | cpython-316141b333991d6576c20817642d1f0ec2faa125.zip cpython-316141b333991d6576c20817642d1f0ec2faa125.tar.gz cpython-316141b333991d6576c20817642d1f0ec2faa125.tar.bz2 |
Fix typo reported by Michael Soulier.
Diffstat (limited to 'Doc/ref')
-rw-r--r-- | Doc/ref/refa1.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/refa1.tex b/Doc/ref/refa1.tex index bd3a38c..28f62ae 100644 --- a/Doc/ref/refa1.tex +++ b/Doc/ref/refa1.tex @@ -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 |