summaryrefslogtreecommitdiffstats
path: root/Doc/ref/ref8.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-01-26 15:27:35 (GMT)
committerFred Drake <fdrake@acm.org>2001-01-26 15:27:35 (GMT)
commit2f4453af6a3d24524bbb6a0681b796ed54d12f5b (patch)
tree21eebcb2bb903c419d59c06794fca1681825b711 /Doc/ref/ref8.tex
parente360d9507a698290484f2d6b2ff7941db3d30045 (diff)
downloadcpython-2f4453af6a3d24524bbb6a0681b796ed54d12f5b.zip
cpython-2f4453af6a3d24524bbb6a0681b796ed54d12f5b.tar.gz
cpython-2f4453af6a3d24524bbb6a0681b796ed54d12f5b.tar.bz2
Typo: coplete --> complete
This closes SF bug #129759.
Diffstat (limited to 'Doc/ref/ref8.tex')
-rw-r--r--Doc/ref/ref8.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref8.tex b/Doc/ref/ref8.tex
index 485b34d..cadbc5d 100644
--- a/Doc/ref/ref8.tex
+++ b/Doc/ref/ref8.tex
@@ -28,7 +28,7 @@ described in the next section.
The interpreter may also be invoked in interactive mode; in this case,
it does not read and execute a complete program but reads and executes
one statement (possibly compound) at a time. The initial environment
-is identical to that of a coplete program; each statement is executed
+is identical to that of a complete program; each statement is executed
in the namespace of \module{__main__}.
\index{interactive mode}
\refbimodindex{__main__}