Author: mattip <[email protected]>
Branch: 
Changeset: r74786:8471ffc38d46
Date: 2014-12-02 19:32 +0200
http://bitbucket.org/pypy/pypy/changeset/8471ffc38d46/

Log:    overzelous docstring removed

diff --git a/pypy/module/micronumpy/ndarray.py 
b/pypy/module/micronumpy/ndarray.py
--- a/pypy/module/micronumpy/ndarray.py
+++ b/pypy/module/micronumpy/ndarray.py
@@ -1260,8 +1260,6 @@
 def descr__from_shape_and_storage(space, w_cls, w_shape, addr, w_dtype,
                 buf_len=-1, w_subtype=None, w_strides=None):
     """
-    _from_shape_and_storage(shape, addr, dtype, buf_len, 
-                            subtype=None, strides=None)
     Create an array from an existing buffer, given its address as int.
     PyPy-only implementation detail.
     """
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to