]> granicus.if.org Git - python/commitdiff
Issue 12668: Fix wording in Whatsnew3.2
authorRaymond Hettinger <python@rcn.com>
Wed, 19 Oct 2011 21:16:18 +0000 (14:16 -0700)
committerRaymond Hettinger <python@rcn.com>
Wed, 19 Oct 2011 21:16:18 +0000 (14:16 -0700)
Doc/whatsnew/3.2.rst

index 32f97d6c53da12ee9570f6ba2a9d3ca39a3ba79c..0bd2c51d603fbabfc566f4139e7bfa41f636ab1d 100644 (file)
@@ -2362,7 +2362,7 @@ A number of small performance enhancements have been added:
   (Patch by Florent Xicluna in :issue:`7622` and :issue:`7462`.)
 
 
-* String to integer conversions now work two "digits" at a time, reducing the
+* Integer to string conversions now work two "digits" at a time, reducing the
   number of division and modulo operations.
 
   (:issue:`6713` by Gawain Bolton, Mark Dickinson, and Victor Stinner.)