summaryrefslogtreecommitdiffstats
path: root/Doc/ref
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-11-14 21:32:27 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2001-11-14 21:32:27 (GMT)
commit4a98f70a09bdca4d8e7de840006e135d7e139f4f (patch)
treeb6bcafe9bbbc9bcc301e95402bfd33459e5fb5ee /Doc/ref
parent1062e706e5778d17b590414529c9e0191e24bea0 (diff)
downloadcpython-4a98f70a09bdca4d8e7de840006e135d7e139f4f.zip
cpython-4a98f70a09bdca4d8e7de840006e135d7e139f4f.tar.gz
cpython-4a98f70a09bdca4d8e7de840006e135d7e139f4f.tar.bz2
typo
Diffstat (limited to 'Doc/ref')
-rw-r--r--Doc/ref/refa1.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/ref/refa1.tex b/Doc/ref/refa1.tex
index 28f62ae..b7b5acd 100644
--- a/Doc/ref/refa1.tex
+++ b/Doc/ref/refa1.tex
@@ -89,7 +89,7 @@ will be in effect in the interactive session started after the script
is executed.
\section{\module{__future__} ---
- Future statement definitions}
+ Future statement definitions}
\declaremodule[future]{standard}{__future__}
\modulesynopsis{Future statement definitions}
@@ -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 pice of Python program text that can is executed as
+A \dfn{block} is a piece of Python program text that can is executed as
a unit. The following are blocks: a module, a function body, and a
class defintion.