diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-07-01 13:39:41 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-07-01 23:40:56 -0600 |
commit | a70842c58b11b4c3e56425d67e075a418db361f4 (patch) | |
tree | b5a3034d1ec417d42d211f9d3d81a8776f5f0676 /doc/source/reference/arrays.ndarray.rst | |
parent | 276a4e1c27f17cca30ae0c0775fe03bd4b46af35 (diff) | |
download | numpy-a70842c58b11b4c3e56425d67e075a418db361f4.tar.gz |
DOC: Remove a reference to __array_priority__.
Also correct its documented default value.
Diffstat (limited to 'doc/source/reference/arrays.ndarray.rst')
-rw-r--r-- | doc/source/reference/arrays.ndarray.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/source/reference/arrays.ndarray.rst b/doc/source/reference/arrays.ndarray.rst index f10ad5763..14bac443d 100644 --- a/doc/source/reference/arrays.ndarray.rst +++ b/doc/source/reference/arrays.ndarray.rst @@ -239,7 +239,6 @@ Other attributes ndarray.imag ndarray.flat ndarray.ctypes - __array_priority__ .. _arrays.ndarray.array-interface: |