From: Fred Drake Date: Mon, 21 Jan 2002 16:09:42 +0000 (+0000) Subject: Fix typo reported by François Pinard. X-Git-Tag: v2.2.1c1~237 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b887219cc02836c67c57a0cdd2cc67d9c760bb15;p=thirdparty%2FPython%2Fcpython.git Fix typo reported by François Pinard. --- diff --git a/Doc/ref/refa1.tex b/Doc/ref/refa1.tex index 1074cfd188ed..4cd10d5a842b 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.