summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-09-14 17:25:02 (GMT)
committerGeorg Brandl <georg@python.org>2005-09-14 17:25:02 (GMT)
commit3fbf3204c5526589eeedf6413a3875a0fdd2f25d (patch)
treeac41a2789fdd2c385895095d6dfcb68eb0a911bd /Doc/whatsnew
parent6fa0c5a452ea935977b283955a1d49e5e23d97dc (diff)
downloadcpython-3fbf3204c5526589eeedf6413a3875a0fdd2f25d.zip
cpython-3fbf3204c5526589eeedf6413a3875a0fdd2f25d.tar.gz
cpython-3fbf3204c5526589eeedf6413a3875a0fdd2f25d.tar.bz2
comma nit
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/whatsnew24.tex2
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.)