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

index 3d03126349adb38c72d0902eb265d4af8b614882..a038c8f892304420c99852db888d0e336128260a 100644 (file)
@@ -1036,7 +1036,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.)