summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-07-06 00:50:42 (GMT)
committerFred Drake <fdrake@acm.org>2000-07-06 00:50:42 (GMT)
commit191a28218f66e3fa18b2371ebefc390f94a83620 (patch)
tree10754ffe5d4dcc32215f7187832c4f3faa6fe0e0 /Doc
parent09151650969ce9f2c1f3293b361004b41f9e8f4a (diff)
downloadcpython-191a28218f66e3fa18b2371ebefc390f94a83620.zip
cpython-191a28218f66e3fa18b2371ebefc390f94a83620.tar.gz
cpython-191a28218f66e3fa18b2371ebefc390f94a83620.tar.bz2
Typo: "This table table" -> "This table is"
Noted by Nicholas Spies <ns11@voicenet.com>.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/ref/ref6.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref6.tex b/Doc/ref/ref6.tex
index b62e394..e2552be 100644
--- a/Doc/ref/ref6.tex
+++ b/Doc/ref/ref6.tex
@@ -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