[Python-checkins] python/dist/src/Doc/whatsnew whatsnew24.tex, 1.129, 1.130

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Wed Sep 14 19:25:06 CEST 2005


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

Modified Files:
	whatsnew24.tex 
Log Message:
comma nit



Index: whatsnew24.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew24.tex,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -d -r1.129 -r1.130
--- whatsnew24.tex	9 Jun 2005 15:57:32 -0000	1.129
+++ whatsnew24.tex	14 Sep 2005 17:25:02 -0000	1.130
@@ -1041,7 +1041,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