]> granicus.if.org Git - python/commitdiff
Typo: "This table table" -> "This table is"
authorFred Drake <fdrake@acm.org>
Thu, 6 Jul 2000 00:50:42 +0000 (00:50 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 6 Jul 2000 00:50:42 +0000 (00:50 +0000)
Noted by Nicholas Spies <ns11@voicenet.com>.

Doc/ref/ref6.tex

index b62e394fe66fbcab4eac5f209f806be43082042b..e2552be3a5e69cc6abae2a47b5560adc41dbaa2c 100644 (file)
@@ -461,7 +461,7 @@ identifier in the list.  The form with \keyword{from} performs step
 % XXX Need to define what ``initialize'' means here
 
 The system maintains a table of modules that have been initialized,
-indexed by module name.  This table table
+indexed by module name.  This table is
 accessible as \code{sys.modules}.  When a module name is found in
 this table, step (1) is finished.  If not, a search for a module
 definition is started.  When a module is found, it is loaded.  Details