From: Jeremy Hylton Date: Wed, 14 Nov 2001 21:38:13 +0000 (+0000) Subject: Fred observes that the typo was not the only problem with this sentence. X-Git-Tag: v2.2.1c1~769 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1336e99054171efa1dc4fa29a9d0d44beb7dd46e;p=python Fred observes that the typo was not the only problem with this sentence. --- diff --git a/Doc/ref/refa1.tex b/Doc/ref/refa1.tex index b7b5acd4ca..1074cfd188 100644 --- a/Doc/ref/refa1.tex +++ b/Doc/ref/refa1.tex @@ -172,7 +172,7 @@ operations. Each occurrence of a name in the program text refers to the binding of that name established in the innermost function block containing the use. -A \dfn{block} is a piece of Python program text that can is executed as +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.