Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r4064:d95b8fd7f2dd Date: 2012-01-28 13:45 +0100 http://bitbucket.org/pypy/extradoc/changeset/d95b8fd7f2dd/
Log: one more diff --git a/blog/draft/numpy-status-update-2.rst b/blog/draft/numpy-status-update-2.rst --- a/blog/draft/numpy-status-update-2.rst +++ b/blog/draft/numpy-status-update-2.rst @@ -9,7 +9,7 @@ * more ufuncs -* most ufuncs now accept axis parameter (except ``all`` and ``any``) +* most ufuncs now accept the ``axis`` parameter (except ``all`` and ``any``) * fixed string representation of arrays, now it's identical to numpy (uses pretty much the same code) _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
