]> granicus.if.org Git - python/commitdiff
Fred observes that the typo was not the only problem with this sentence.
authorJeremy Hylton <jeremy@alum.mit.edu>
Wed, 14 Nov 2001 21:38:13 +0000 (21:38 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Wed, 14 Nov 2001 21:38:13 +0000 (21:38 +0000)
Doc/ref/refa1.tex

index b7b5acd4caf07566b59c4ef8d1f3295d786d08e5..1074cfd188edea88839975b6b39f2584141e2832 100644 (file)
@@ -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.