[pypy-commit] pypy default: Fix a typo.

arigo noreply at buildbot.pypy.org
Wed Feb 8 11:40:33 CET 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r52223:50a9ef5dd554
Date: 2012-02-08 11:39 +0100
http://bitbucket.org/pypy/pypy/changeset/50a9ef5dd554/

Log:	Fix a typo.

diff --git a/pypy/doc/release-1.8.0.rst b/pypy/doc/release-1.8.0.rst
--- a/pypy/doc/release-1.8.0.rst
+++ b/pypy/doc/release-1.8.0.rst
@@ -33,8 +33,8 @@
   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.
 


More information about the pypy-commit mailing list