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

Skip to content

Commit 191a282

Browse files
committed
Typo: "This table table" -> "This table is"
Noted by Nicholas Spies <[email protected]>.
1 parent 0915165 commit 191a282

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/ref/ref6.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ \section{The \keyword{import} statement \label{import}}
461461
% XXX Need to define what ``initialize'' means here
462462

463463
The system maintains a table of modules that have been initialized,
464-
indexed by module name. This table table
464+
indexed by module name. This table is
465465
accessible as \code{sys.modules}. When a module name is found in
466466
this table, step (1) is finished. If not, a search for a module
467467
definition is started. When a module is found, it is loaded. Details

0 commit comments

Comments
 (0)