diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2015-11-12 04:53:47 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2015-11-12 04:53:47 (GMT) |
commit | ccbc8dedecdff8fb3464063528f692831c7df29d (patch) | |
tree | 0a36834df1f30df316ba608cd09a2a570a32851c /Doc/whatsnew/3.5.rst | |
parent | 35abe19c24f91448bdb7c0c006b546ce5acf2061 (diff) | |
download | cpython-ccbc8dedecdff8fb3464063528f692831c7df29d.zip cpython-ccbc8dedecdff8fb3464063528f692831c7df29d.tar.gz cpython-ccbc8dedecdff8fb3464063528f692831c7df29d.tar.bz2 |
Fix awkward grammar in whatsnew.
Reported on docs@ by Keith Briggs.
Diffstat (limited to 'Doc/whatsnew/3.5.rst')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index f3db22f..6a2308d 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -2098,7 +2098,7 @@ Method caching was slightly improved, yielding up to 5% performance improvement in some benchmarks. (Contributed by Antoine Pitrou in :issue:`22847`.) -Objects from :mod:`random` module now use two times less memory on 64-bit +Objects from :mod:`random` module now use 50% less memory on 64-bit builds. (Contributed by Serhiy Storchaka in :issue:`23488`.) The :func:`property` getter calls are up to 25% faster. |