File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -147,14 +147,14 @@ Numpy provides several hooks that classes can customize:
147
147
The value of this attribute is used to determine what type of
148
148
object to return in situations where there is more than one
149
149
possibility for the Python type of the returned object. Subclasses
150
- inherit a default value of 1 .0 for this attribute.
150
+ inherit a default value of 0 .0 for this attribute.
151
151
152
152
.. function :: class.__array__([dtype])
153
153
154
154
If a class (ndarray subclass or not) having the :func: `__array__ `
155
155
method is used as the output object of an :ref: `ufunc
156
156
<ufuncs.output-type>`, results will be written to the object
157
- returned by :func: `__array__ `. Similar conversion is done on
157
+ returned by :func: `__array__ `. Similar conversion is done on
158
158
input arrays.
159
159
160
160
Original file line number Diff line number Diff line change @@ -239,7 +239,6 @@ Other attributes
239
239
ndarray.imag
240
240
ndarray.flat
241
241
ndarray.ctypes
242
- __array_priority__
243
242
244
243
245
244
.. _arrays.ndarray.array-interface :
You can’t perform that action at this time.
0 commit comments