Update of /cvsroot/py-howto/pyhowto
In directory usw-pr-cvs1:/tmp/cvs-serv3981
Modified Files:
python-22.tex
Log Message:
dictionary -> dict
Index: python-22.tex
===================================================================
RCS file: /cvsroot/py-howto/pyhowto/python-22.tex,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -r1.40 -r1.41
*** python-22.tex 2001/10/29 18:09:42 1.40
--- python-22.tex 2001/10/29 20:37:47 1.41
***************
*** 164,168 ****
To make the set of types complete, new type objects such as
! \function{dictionary} and \function{file} have been added. Here's a
more interesting example, adding a \method{lock()} method to file
objects:
--- 164,168 ----
To make the set of types complete, new type objects such as
! \function{dict} and \function{file} have been added. Here's a
more interesting example, adding a \method{lock()} method to file
objects:
|