Author: Armin Rigo <[email protected]> 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. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
