summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-03-28 16:55:53 (GMT)
committerFred Drake <fdrake@acm.org>2001-03-28 16:55:53 (GMT)
commite2645775d15fd5ad74865a0203d4a9fee59f87a4 (patch)
treeb6d90750bf35d7d88f13d2e7775ab9c27c3cdfa3
parent2bbc6974d056e07dd32fdcd1882971e98cf1790d (diff)
downloadcpython-e2645775d15fd5ad74865a0203d4a9fee59f87a4.zip
cpython-e2645775d15fd5ad74865a0203d4a9fee59f87a4.tar.gz
cpython-e2645775d15fd5ad74865a0203d4a9fee59f87a4.tar.bz2
Typo: "ariables" --> "variables"
This fixes SF bug #411118.
-rw-r--r--Doc/ref/refa1.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/refa1.tex b/Doc/ref/refa1.tex
index e93cf0e..9a22513 100644
--- a/Doc/ref/refa1.tex
+++ b/Doc/ref/refa1.tex
@@ -178,7 +178,7 @@ is called the block's \dfn{environment}.
If a name is bound in a block, it is a local variable of that block.
If a name is bound at the module level, it is a global variable. (The
-ariables of the module code block are local and global.) If a
+variables of the module code block are local and global.) If a
variable is used in a code block but not defined there, it is a
\dfn{free variable}.