[Python-checkins] python/dist/src/Doc/lib libstdtypes.tex, 1.151, 1.152

perky at users.sourceforge.net perky at users.sourceforge.net
Tue Mar 9 00:53:18 EST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24810/lib

Modified Files:
	libstdtypes.tex 
Log Message:
SF Patch #912462: Relocate \end tag to the right place.
(Submitted by George Yoshida)


Index: libstdtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdtypes.tex,v
retrieving revision 1.151
retrieving revision 1.152
diff -C2 -d -r1.151 -r1.152
*** libstdtypes.tex	4 Mar 2004 08:25:43 -0000	1.151
--- libstdtypes.tex	9 Mar 2004 05:53:15 -0000	1.152
***************
*** 1337,1341 ****
  \item[(8)] \function{pop()} raises a \exception{KeyError} when no default
  value is given and the key is not found.  \versionadded{2.3}
- \end{description}
  
  \item[(9)] \function{update()} accepts either another mapping object
--- 1337,1340 ----
***************
*** 1347,1350 ****
--- 1346,1351 ----
                  pairs and allowed keyword arguments]{2.4}
  
+ \end{description}
+ 
  \subsection{File Objects
              \label{bltin-file-objects}}




More information about the Python-checkins mailing list