[Python-checkins] python/dist/src/Doc/lib libuserdict.tex,1.20,1.21

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Sat, 29 Jun 2002 21:32:41 -0700


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

Modified Files:
	libuserdict.tex 
Log Message:
Fix bug 575221 referred to dictionary type instead of dict.

Index: libuserdict.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libuserdict.tex,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** libuserdict.tex	26 Oct 2001 18:37:27 -0000	1.20
--- libuserdict.tex	30 Jun 2002 04:32:38 -0000	1.21
***************
*** 8,12 ****
  you are writing code that does not need to work with versions of
  Python earlier than Python 2.2, please consider subclassing directly
! from the built-in \class{dictionary} type.}
  
  This module defines a class that acts as a wrapper around
--- 8,12 ----
  you are writing code that does not need to work with versions of
  Python earlier than Python 2.2, please consider subclassing directly
! from the built-in \class{dict} type.}
  
  This module defines a class that acts as a wrapper around