Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2f4453a

Browse files
committed
Typo: coplete --> complete
This closes SF bug #129759.
1 parent e360d95 commit 2f4453a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/ref/ref8.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ \section{Complete Python programs\label{programs}}
2828
The interpreter may also be invoked in interactive mode; in this case,
2929
it does not read and execute a complete program but reads and executes
3030
one statement (possibly compound) at a time. The initial environment
31-
is identical to that of a coplete program; each statement is executed
31+
is identical to that of a complete program; each statement is executed
3232
in the namespace of \module{__main__}.
3333
\index{interactive mode}
3434
\refbimodindex{__main__}

0 commit comments

Comments
 (0)