aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2012-02-08 11:39:36 +0100
committerArmin Rigo <arigo@tunes.org>2012-02-08 11:39:36 +0100
commit29b04a8db19e8ff38cc8f18e101ae33957201119 (patch)
treedbe23216ae3767da4ef293ee66858ffd383ff467 /pypy/doc/release-1.8.0.rst
parent#1033 -- added truediv to numpy boxes (diff)
downloadpypy-29b04a8db19e8ff38cc8f18e101ae33957201119.tar.gz
pypy-29b04a8db19e8ff38cc8f18e101ae33957201119.tar.bz2
pypy-29b04a8db19e8ff38cc8f18e101ae33957201119.zip
Fix a typo.
Diffstat (limited to 'pypy/doc/release-1.8.0.rst')
-rw-r--r--pypy/doc/release-1.8.0.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/pypy/doc/release-1.8.0.rst b/pypy/doc/release-1.8.0.rst
index f2036af0e8..2b5bf512de 100644
--- a/pypy/doc/release-1.8.0.rst
+++ b/pypy/doc/release-1.8.0.rst
@@ -33,8 +33,8 @@ Highlights
the JIT performance in places that use such lists. There are also special
strategies for unicode and string lists.
-* As usual, numerous performance improvements. There are too many examples
- of python constructs that now should behave faster to list them.
+* As usual, numerous performance improvements. There are many examples
+ of python constructs that now should behave faster; too many to list them.
* Bugfixes and compatibility fixes with CPython.