[Python-checkins] python/dist/src/Doc/lib libstdtypes.tex,1.111,1.112

loewis@users.sourceforge.net loewis@users.sourceforge.net
Tue, 03 Dec 2002 10:09:10 -0800


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

Modified Files:
	libstdtypes.tex 
Log Message:
Patch #646824: Remove extra \end.


Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.111
retrieving revision 1.112
diff -C2 -d -r1.111 -r1.112
*** libstdtypes.tex	27 Nov 2002 07:29:33 -0000	1.111
--- libstdtypes.tex	3 Dec 2002 18:09:02 -0000	1.112
***************
*** 1118,1122 ****
  \item[(6)] \function{popitem()} is useful to destructively iterate
  over a dictionary, as often used in set algorithms.
- \end{description}
  
  \item[(7)] \function{fromkeys()} is a class method that returns a
--- 1118,1121 ----