Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e360d95 commit 2f4453aCopy full SHA for 2f4453a
1 file changed
Doc/ref/ref8.tex
@@ -28,7 +28,7 @@ \section{Complete Python programs\label{programs}}
28
The interpreter may also be invoked in interactive mode; in this case,
29
it does not read and execute a complete program but reads and executes
30
one statement (possibly compound) at a time. The initial environment
31
-is identical to that of a coplete program; each statement is executed
+is identical to that of a complete program; each statement is executed
32
in the namespace of \module{__main__}.
33
\index{interactive mode}
34
\refbimodindex{__main__}
0 commit comments