[pypy-commit] extradoc extradoc: english and fact-check update.

alex_gaynor noreply at buildbot.pypy.org
Wed Oct 12 19:48:52 CEST 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: extradoc
Changeset: r3925:ad23b3cb300d
Date: 2011-10-12 13:48 -0400
http://bitbucket.org/pypy/extradoc/changeset/ad23b3cb300d/

Log:	english and fact-check update.

diff --git a/blog/draft/numpy-statups-update.rst b/blog/draft/numpy-statups-update.rst
--- a/blog/draft/numpy-statups-update.rst
+++ b/blog/draft/numpy-statups-update.rst
@@ -18,9 +18,9 @@
 
 Some of the things we're working on at the moment:
 
-* More dtypes, including unsigned integers, singe floats, and complex doubles.
+* More dtypes, including complex values and user-defined dtypes.
 * Subscripting arrays by other array as indices, and by bool arrays as masks.
-* Starting to reuse python-level original numpy
+* Starting to reuse Python code from the original numpy.
 
 Some of the things on the near horizon are:
 


More information about the pypy-commit mailing list