This commit is contained in:
Nicolas Rougier 2014-05-27 07:01:51 +02:00
parent a4491d1ed6
commit 11f224aaa7

View File

@ -416,7 +416,7 @@ Craftsman
G = np.unique(G)
3. Given an array C that is a bincount, how to procude an array A such that
3. Given an array C that is a bincount, how to produce an array A such that
np.bincount(A) == C ?
.. code:: python