[Python-checkins] CVS: python/dist/src/Doc/ref ref3.tex,1.72,1.73

Fred L. Drake fdrake@users.sourceforge.net
Mon, 10 Sep 2001 08:16:10 -0700


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

Modified Files:
	ref3.tex 
Log Message:

Work around a LaTeX2HTML bug that caused the "m" in "mutable" to be dropped
in one place.


Index: ref3.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ref/ref3.tex,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** ref3.tex	2001/08/14 20:28:08	1.72
--- ref3.tex	2001/09/10 15:16:08	1.73
***************
*** 381,385 ****
  dictionary entry.
  
! Dictionaries are \obindex{mutable}mutable; they are created by the
  \code{\{...\}} notation (see section \ref{dict}, ``Dictionary
  Displays'').
--- 381,385 ----
  dictionary entry.
  
! Dictionaries are mutable; they are created by the
  \code{\{...\}} notation (see section \ref{dict}, ``Dictionary
  Displays'').