From: Fred Drake Date: Fri, 26 Jan 2001 15:27:35 +0000 (+0000) Subject: Typo: coplete --> complete X-Git-Tag: v2.1a2~163 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f4453af6a3d24524bbb6a0681b796ed54d12f5b;p=python Typo: coplete --> complete This closes SF bug #129759. --- diff --git a/Doc/ref/ref8.tex b/Doc/ref/ref8.tex index 485b34dbc7..cadbc5d2a6 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__}