]> granicus.if.org Git - python/commitdiff
Typo: coplete --> complete
authorFred Drake <fdrake@acm.org>
Fri, 26 Jan 2001 15:27:35 +0000 (15:27 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 26 Jan 2001 15:27:35 +0000 (15:27 +0000)
This closes SF bug #129759.

Doc/ref/ref8.tex

index 485b34dbc738df90fbc45372966f54ee9d86524e..cadbc5d2a61a10afbc7e2ace164c2b8bdcfcd77f 100644 (file)
@@ -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__}