[Python-checkins] python/dist/src/Doc/tut tut.tex, 1.196.8.8, 1.196.8.9

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Wed Dec 3 05:36:17 EST 2003


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

Modified Files:
      Tag: release23-maint
	tut.tex 
Log Message:
Backport checkin:
Fix typo. (From SF bug #853064)


Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.196.8.8
retrieving revision 1.196.8.9
diff -C2 -d -r1.196.8.8 -r1.196.8.9
*** tut.tex	25 Oct 2003 14:17:15 -0000	1.196.8.8
--- tut.tex	3 Dec 2003 10:36:15 -0000	1.196.8.9
***************
*** 2097,2101 ****
  \end{verbatim}
  
! The \function{dict()} contructor builds dictionaries directly from
  lists of key-value pairs stored as tuples.  When the pairs form a
  pattern, list comprehensions can compactly specify the key-value list.
--- 2097,2101 ----
  \end{verbatim}
  
! The \function{dict()} constructor builds dictionaries directly from
  lists of key-value pairs stored as tuples.  When the pairs form a
  pattern, list comprehensions can compactly specify the key-value list.





More information about the Python-checkins mailing list