diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-11-14 21:38:13 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-11-14 21:38:13 (GMT) |
commit | 1336e99054171efa1dc4fa29a9d0d44beb7dd46e (patch) | |
tree | 231f6dc4a0130b3178b500ff3b3256cb71a1447e | |
parent | 4a98f70a09bdca4d8e7de840006e135d7e139f4f (diff) | |
download | cpython-1336e99054171efa1dc4fa29a9d0d44beb7dd46e.zip cpython-1336e99054171efa1dc4fa29a9d0d44beb7dd46e.tar.gz cpython-1336e99054171efa1dc4fa29a9d0d44beb7dd46e.tar.bz2 |
Fred observes that the typo was not the only problem with this sentence.
-rw-r--r-- | Doc/ref/refa1.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/refa1.tex b/Doc/ref/refa1.tex index b7b5acd..1074cfd 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. |