From: Fred Drake Date: Wed, 28 Mar 2001 16:55:53 +0000 (+0000) Subject: Typo: "ariables" --> "variables" X-Git-Tag: v2.1c1~219 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2645775d15fd5ad74865a0203d4a9fee59f87a4;p=thirdparty%2FPython%2Fcpython.git Typo: "ariables" --> "variables" This fixes SF bug #411118. --- diff --git a/Doc/ref/refa1.tex b/Doc/ref/refa1.tex index e93cf0ee875b..9a225132a855 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}.