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 0915165 commit 191a282Copy full SHA for 191a282
1 file changed
Doc/ref/ref6.tex
@@ -461,7 +461,7 @@ \section{The \keyword{import} statement \label{import}}
461
% XXX Need to define what ``initialize'' means here
462
463
The system maintains a table of modules that have been initialized,
464
-indexed by module name. This table table
+indexed by module name. This table is
465
accessible as \code{sys.modules}. When a module name is found in
466
this table, step (1) is finished. If not, a search for a module
467
definition is started. When a module is found, it is loaded. Details
0 commit comments