[Python-checkins] CVS: python/dist/src/Doc/ref ref6.tex,1.25,1.26
Fred L. Drake
python-dev@python.org
Wed, 5 Jul 2000 17:50:45 -0700
Update of /cvsroot/python/python/dist/src/Doc/ref
In directory slayer.i.sourceforge.net:/tmp/cvs-serv31800/ref
Modified Files:
ref6.tex
Log Message:
Typo: "This table table" -> "This table is"
Noted by Nicholas Spies <ns11@voicenet.com>.
Index: ref6.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref6.tex,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** ref6.tex 2000年04月27日 18:32:02 1.25
--- ref6.tex 2000年07月06日 00:50:42 1.26
***************
*** 462,466 ****
The system maintains a table of modules that have been initialized,
! indexed by module name. This table table
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
--- 462,466 ----
The system maintains a table of modules that have been initialized,
! 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