From aae728f29239707f6a836cfb61f84384ce3f476f Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 21 Jan 2002 16:09:18 +0000 Subject: =?UTF-8?q?Fix=20typo=20reported=20by=20Fran=C3=A7ois=20Pinard.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Doc/ref/refa1.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/ref/refa1.tex b/Doc/ref/refa1.tex index 1074cfd..4cd10d5 100644 --- a/Doc/ref/refa1.tex +++ b/Doc/ref/refa1.tex @@ -174,7 +174,7 @@ containing the use. A \dfn{block} is a piece of Python program text that is executed as a unit. The following are blocks: a module, a function body, and a -class defintion. +class definition. A \dfn{scope} defines the visibility of a name within a block. If a local variable is defined in a block, it's scope includes that block. -- cgit v0.12