diff options
author | Raymond Hettinger <python@rcn.com> | 2011-10-19 21:16:18 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-10-19 21:16:18 (GMT) |
commit | af37b89240e78fa9cc82e40b14e7e374c7597acf (patch) | |
tree | a4ba957822cc05f3ddd2aa771758c498c15af664 /Doc/whatsnew/3.2.rst | |
parent | 5768e0c788f7998051e56f2473d0c74460ae2248 (diff) | |
download | cpython-af37b89240e78fa9cc82e40b14e7e374c7597acf.zip cpython-af37b89240e78fa9cc82e40b14e7e374c7597acf.tar.gz cpython-af37b89240e78fa9cc82e40b14e7e374c7597acf.tar.bz2 |
Issue 12668: Fix wording in Whatsnew3.2
Diffstat (limited to 'Doc/whatsnew/3.2.rst')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 32f97d6..0bd2c51 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -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.) |