Author: Armin Rigo <[email protected]> Branch: Changeset: r52180:c1cab8967442 Date: 2012-02-07 14:04 +0100 http://bitbucket.org/pypy/pypy/changeset/c1cab8967442/
Log: typos 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 @@ -34,13 +34,13 @@ strategies for unicode and string lists. * As usual, numerous performance improvements. There are too many examples - which python constructs now should behave faster to list them. + of python constructs that now should behave faster to list them. * Bugfixes and compatibility fixes with CPython. * Windows fixes. -* NumPy effort progress, for the exact list of things that have been done, +* NumPy effort progress; for the exact list of things that have been done, consult the `numpy status page`_. A tentative list of things that has been done: _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
