[Python-checkins] python/dist/src/Doc/whatsnew whatsnew24.tex, 1.118.2.1, 1.118.2.2

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Wed Sep 14 19:24:44 CEST 2005


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

Modified Files:
      Tag: release24-maint
	whatsnew24.tex 
Log Message:
comma nit



Index: whatsnew24.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew24.tex,v
retrieving revision 1.118.2.1
retrieving revision 1.118.2.2
diff -u -d -r1.118.2.1 -r1.118.2.2
--- whatsnew24.tex	1 Jan 2005 00:34:56 -0000	1.118.2.1
+++ whatsnew24.tex	14 Sep 2005 17:24:41 -0000	1.118.2.2
@@ -1036,7 +1036,7 @@
 
 \item The inner loops for list and tuple slicing
  were optimized and now run about one-third faster.  The inner loops
- for dictionaries were also optimized , resulting in performance boosts for
+ for dictionaries were also optimized, resulting in performance boosts for
  \method{keys()}, \method{values()}, \method{items()},
  \method{iterkeys()}, \method{itervalues()}, and \method{iteritems()}.
  (Contributed by Raymond Hettinger.)



More information about the Python-checkins mailing list