[Python-checkins] python/dist/src/Doc/ref ref3.tex,1.105,1.106

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Wed, 25 Jun 2003 20:11:23 -0700


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

Modified Files:
	ref3.tex 
Log Message:
remove _ from label: LaTeX rejects this due to all the magic we use to
get the _ character to format like a normal character


Index: ref3.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref3.tex,v
retrieving revision 1.105
retrieving revision 1.106
diff -C2 -d -r1.105 -r1.106
*** ref3.tex	25 Jun 2003 18:29:36 -0000	1.105
--- ref3.tex	26 Jun 2003 03:11:20 -0000	1.106
***************
*** 1250,1254 ****
  
  
! \subsubsection{Invoking Descriptors \label{descriptor_invocation}}
  
  In general, a descriptor is an object attribute with ``binding behavior'',
--- 1250,1254 ----
  
  
! \subsubsection{Invoking Descriptors \label{descriptor-invocation}}
  
  In general, a descriptor is an object attribute with ``binding behavior'',