diff options
author | Georg Brandl <georg@python.org> | 2005-09-14 17:25:02 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-09-14 17:25:02 (GMT) |
commit | 3fbf3204c5526589eeedf6413a3875a0fdd2f25d (patch) | |
tree | ac41a2789fdd2c385895095d6dfcb68eb0a911bd /Doc/whatsnew | |
parent | 6fa0c5a452ea935977b283955a1d49e5e23d97dc (diff) | |
download | cpython-3fbf3204c5526589eeedf6413a3875a0fdd2f25d.zip cpython-3fbf3204c5526589eeedf6413a3875a0fdd2f25d.tar.gz cpython-3fbf3204c5526589eeedf6413a3875a0fdd2f25d.tar.bz2 |
comma nit
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew24.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index 1563bde..e9ff4d9 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -1041,7 +1041,7 @@ the name \samp{None} is now a syntax error. \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.) |