[Python-checkins] CVS: python/dist/src/Doc/ref ref4.tex,1.26,1.26.2.1

Fred L. Drake fdrake@users.sourceforge.net
Tue, 29 May 2001 08:45:03 -0700


Update of /cvsroot/python/python/dist/src/Doc/ref
In directory usw-pr-cvs1:/tmp/cvs-serv19495/ref

Modified Files:
      Tag: release21-maint
	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.26.2.1
diff -C2 -r1.26 -r1.26.2.1
*** ref4.tex	2001/03/23 14:05:16	1.26
--- ref4.tex	2001/05/29 15:45:01	1.26.2.1
***************
*** 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