[Python-checkins] CVS: python/dist/src/Doc/ref ref4.tex,1.26,1.27
Fred L. Drake
fdrake@users.sourceforge.net
Tue, 29 May 2001 08:44:29 -0700
Update of /cvsroot/python/python/dist/src/Doc/ref
In directory usw-pr-cvs1:/tmp/cvs-serv19337/ref
Modified Files:
ref4.tex
Log Message:
Fix typo reported in SF bug #427783.
Index: ref4.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref4.tex,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** ref4.tex 2001/03/23 14:05:16 1.26
--- ref4.tex 2001/05/29 15:44:27 1.27
***************
*** 81,85 ****
\module{__builtin__}\refbimodindex{__builtin__}). The built-in
namespace associated with the execution of a code block is actually
! found by looking up the name \code{__builtins__} is its global
namespace; this should be a dictionary or a module (in the latter case
its dictionary is used). Normally, the \code{__builtins__} namespace
--- 81,85 ----
\module{__builtin__}\refbimodindex{__builtin__}). The built-in
namespace associated with the execution of a code block is actually
! found by looking up the name \code{__builtins__} in its global
namespace; this should be a dictionary or a module (in the latter case
its dictionary is used). Normally, the \code{__builtins__} namespace