[Python-checkins] cpython (3.5): Fix awkward grammar in whatsnew.
zach.ware
python-checkins at python.org
Thu Nov 12 00:00:17 EST 2015
https://hg.python.org/cpython/rev/353d389def60
changeset: 99058:353d389def60
branch: 3.5
parent: 99054:d4dc36586f24
user: Zachary Ware <zachary.ware at gmail.com>
date: Wed Nov 11 22:53:47 2015 -0600
summary:
Fix awkward grammar in whatsnew.
Reported on docs@ by Keith Briggs.
files:
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
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -2098,7 +2098,7 @@
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.
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list