]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
comma nit
authorGeorg Brandl <georg@python.org>
Wed, 14 Sep 2005 17:25:02 +0000 (17:25 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 14 Sep 2005 17:25:02 +0000 (17:25 +0000)
Doc/whatsnew/whatsnew24.tex

index 1563bde827e5d23cdece492cb33ad8fc80720686..e9ff4d93f1ffd3de5b105afe0b0a659b63e51343 100644 (file)
@@ -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.)